[PATCH] Typo in 'unique' help page (PR#11401)

View: New views
2 Messages — Rating Filter:   Alert me  

[PATCH] Typo in 'unique' help page (PR#11401)

by Roger Peng :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

---
 src/library/base/man/unique.Rd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/library/base/man/unique.Rd b/src/library/base/man/unique.Rd
index a8397c7..4664a34 100644
--- a/src/library/base/man/unique.Rd
+++ b/src/library/base/man/unique.Rd
@@ -29,7 +29,7 @@ unique(x, incomparables = FALSE, \dots)
   \item{x}{a vector or a data frame or an array or \code{NULL}.}
   \item{incomparables}{a vector of values that cannot be compared.
     \code{FALSE} is a special value, meaning that all values can be
-    compared, and nay be the only value accepted for methods other than
+    compared, and may be the only value accepted for methods other than
     the default.  It will be coerced internally to the same type as
        \code{x}.}
   \item{fromLast}{logical indicating if duplication should be considered
--
1.5.5.1.99.gf0ec4

______________________________________________
R-devel@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [PATCH] Typo in 'unique' help page (PR#11401)

by Duncan Murdoch-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 5/8/2008 8:10 AM, rpeng@... wrote:

> ---
>  src/library/base/man/unique.Rd |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/library/base/man/unique.Rd b/src/library/base/man/unique.Rd
> index a8397c7..4664a34 100644
> --- a/src/library/base/man/unique.Rd
> +++ b/src/library/base/man/unique.Rd
> @@ -29,7 +29,7 @@ unique(x, incomparables = FALSE, \dots)
>    \item{x}{a vector or a data frame or an array or \code{NULL}.}
>    \item{incomparables}{a vector of values that cannot be compared.
>      \code{FALSE} is a special value, meaning that all values can be
> -    compared, and nay be the only value accepted for methods other than
> +    compared, and may be the only value accepted for methods other than
>      the default.  It will be coerced internally to the same type as
>         \code{x}.}
>    \item{fromLast}{logical indicating if duplication should be considered

Thanks, fixed.

Duncan Murdoch

______________________________________________
R-devel@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel