Skip to content

Commit 7ae215c

Browse files
authored
Update namespace.Rmd (#1597)
Fix typo.
1 parent 7a1258d commit 7ae215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/namespace.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a little frustrating at first, but soon becomes second-nature.
2020
## Exports
2121

2222
In order for your users to use a function[^1] in your package, you must **export** it.
23-
In most cases, you can just use the `@export` tag, and roxygen2 will automatically figure out which `NAMESPACE` directive (i.e. `export()`, `exportS3method()`, `exportClasses()`, or`exportMethods()`) you need.
23+
In most cases, you can just use the `@export` tag, and roxygen2 will automatically figure out which `NAMESPACE` directive (i.e. `export()`, `exportS3method()`, `exportClasses()`, or `exportMethods()`) you need.
2424

2525
[^1]: Including S3 and S4 generics and methods.
2626

0 commit comments

Comments
 (0)