Skip to content

Commit

Permalink
Docs tweak (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslairdsmith authored Aug 20, 2024
1 parent 6520dc0 commit 48b2769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/list-simplify.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#' [list_flatten()].
#'
#' @param x A list.
#' @param strict What should happen if simplification fails? If `TRUE`,
#' it will error. If `FALSE` and `ptype` is not supplied, it will return `x`
#' unchanged.
#' @param strict What should happen if simplification fails? If `TRUE`
#' (the default) it will error. If `FALSE` and `ptype` is not supplied,
#' it will return `x` unchanged.
#' @param ptype An optional prototype to ensure that the output type is always
#' the same.
#' @inheritParams rlang::args_dots_empty
Expand Down
6 changes: 3 additions & 3 deletions man/list_simplify.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48b2769

Please sign in to comment.