Skip to content

Commit

Permalink
Merge pull request #507 from lgatto/main
Browse files Browse the repository at this point in the history
Typo: remove superflous 'a' in R/property.R man page
  • Loading branch information
mmaechler authored Nov 26, 2024
2 parents 3a18a56 + e954cc2 commit 47233f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/property.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#' function promise in the default constructor, evaluated at the time the
#' object is constructed.
#' @param name Property name, primarily used for error messages. Generally
#' don't need to set this here, as it's more convenient to supply as a
#' don't need to set this here, as it's more convenient to supply as
#' the element name when defining a list of properties. If both `name`
#' and a list-name are supplied, the list-name will be used.
#' @returns An S7 property, i.e. a list with class `S7_property`.
Expand Down

0 comments on commit 47233f6

Please sign in to comment.