Skip to content
Merged

typos #189

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Config/Needs/website: tidyverse/tidytemplate, usethis
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
* New `expect_deprecated()` and `expect_defunct()` functions for
testting lifecycle warnings and errors. `expect_deprecated()`
automatically sets the `lifecycle_verbosity` option to `"warning"`
to enforce warnings at each invokation rather than once per session.
to enforce warnings at each invocation rather than once per session.

* New syntax `"foo(arg = 'can\\'t be a baz')"` to describe that specific inputs
for an argument are deprecated (#30, @krlmlr).
Expand Down
2 changes: 1 addition & 1 deletion R/signal.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ signal_stage <- function(stage, what, with = NULL, env = caller_env()) {
)
}

#' Deprecated funtions for signalling experimental and lifecycle stages
#' Deprecated functions for signalling experimental and lifecycle stages
#'
#' @description
#' `r badge("deprecated")`
Expand Down
2 changes: 1 addition & 1 deletion man/signal_experimental.Rd

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

Loading