From e954cc2a66d6574e40e8f82a07f1b4406b32ab3a Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Mon, 25 Nov 2024 16:13:20 +0100 Subject: [PATCH] Typo: remove superflous 'a' in property.R --- R/property.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/property.R b/R/property.R index 90fb6533..56c7dafe 100644 --- a/R/property.R +++ b/R/property.R @@ -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`.