Skip to content

Commit 3a18a56

Browse files
authored
Fix typos in vignettes/packages.Rmd (RConsortium#499)
1 parent 534f5b7 commit 3a18a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/packages.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ That means you will also need to document it, and since the constructor is a fun
4444
If you export a class, you must also set the `package` argument, ensuring that classes with the same name are disambiguated across packages.
4545

4646
You should document generics like regular functions (since they are!).
47-
If you expect others to create their own methods for your generic, you may want to include an section describing the the properties that you expect all methods to have.
48-
We plan to provide a an easy way to all methods for a generic, but have not yet implemented it.
47+
If you expect others to create their own methods for your generic, you may want to include an section describing the properties that you expect all methods to have.
48+
We plan to provide an easy way to document all methods for a generic, but have not yet implemented it.
4949
You can track progress at <https://github.com/RConsortium/S7/issues/167>.
5050

5151
We don't currently have any recommendations on documenting methods.

0 commit comments

Comments
 (0)