Skip to content

Commit

Permalink
1-word amend of r87383
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87734 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Feb 17, 2025
1 parent 27847df commit 051e6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/methods/man/GenericFunctions.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% File src/library/methods/man/GenericFunctions.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2016 R Core Team
% Copyright 1995-2025 R Core Team
% Distributed under GPL 2 or later

\name{GenericFunctions}
Expand Down Expand Up @@ -60,7 +60,7 @@ getGenerics(where, searchForm = FALSE)
exist as formal generic function objects (for efficiency and
historical reasons), regardless of whether methods have been
defined for them. For a primitive function, \code{isGeneric}
tests whether non-default methods have been defined, whereas
tests whether methods have been defined, whereas
\code{\link{getGeneric}} returns what the formal generic function
object would be, even if no methods have been defined.
}
Expand Down

0 comments on commit 051e6cb

Please sign in to comment.