Skip to content

Commit d1d3b33

Browse files
Grammar: technically correctly->correct
1 parent 9652d15 commit d1d3b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/namespace.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ bizarro <- function(x, ...) {
5858

5959
While S3 methods are regular functions with a special naming scheme, their "export" works a bit differently.
6060
S3 methods are exported only in the sense that calling the generic with the appropriate class will call the method; a user can't directly access the method definition by typing its name.
61-
A more technically correctly term would be to say that the method is **registered** so that the generics can find it.
61+
A more technically correct term would be to say that the method is **registered** so that the generics can find it.
6262

6363
You must register, i.e. `@export`, every S3 method regardless of whether or not the generic is exported.
6464
roxygen2 will warn you if you have forgotten.

0 commit comments

Comments
 (0)