From c2456ac8537904318c823577e1b946d96f91a02e Mon Sep 17 00:00:00 2001 From: maechler Date: Thu, 27 Jul 2023 22:35:08 +0000 Subject: [PATCH] no extra {} git-svn-id: https://svn.r-project.org/R/trunk@84767 00db46b3-68df-0310-9c12-caf00c1e9a41 --- src/library/base/man/InternalMethods.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/base/man/InternalMethods.Rd b/src/library/base/man/InternalMethods.Rd index a170870942f..0d37c92f70a 100644 --- a/src/library/base/man/InternalMethods.Rd +++ b/src/library/base/man/InternalMethods.Rd @@ -128,7 +128,7 @@ \code{.S3PrimitiveGenerics} is a character vector listing the primitives which are internal generic and not \link{group generic}, - (not only for {S3} but also {S4}). + (not only for S3 but also S4). Similarly, the \code{.internalGenerics} character vector contains the names of the internal (via \code{\link{.Internal}(..)}) non-primitive functions which are internally generic.