Skip to content

Commit

Permalink
Fix typos in vignettes/packages.Rmd (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
11rchitwood authored Nov 19, 2024
1 parent 534f5b7 commit 3a18a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ That means you will also need to document it, and since the constructor is a fun
If you export a class, you must also set the `package` argument, ensuring that classes with the same name are disambiguated across packages.

You should document generics like regular functions (since they are!).
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.
We plan to provide a an easy way to all methods for a generic, but have not yet implemented it.
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.
We plan to provide an easy way to document all methods for a generic, but have not yet implemented it.
You can track progress at <https://github.com/RConsortium/S7/issues/167>.

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

0 comments on commit 3a18a56

Please sign in to comment.