Skip to content

Commit 638e9e7

Browse files
committed
Fix rdoc inconsistency
1 parent f8e97a1 commit 638e9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ The first step is to update the README file with detailed information about how
504504
* How to add the functionality to the app (several examples of common use cases)
505505
* Warnings, gotchas or tips that might help users and save them time
506506

507-
Once your README is solid, go through and add rdoc comments to all the methods that developers will use. It's also customary to add `# :nodoc:` comments to those parts of the code that are not included in the public API.
507+
Once your README is solid, go through and add RDoc comments to all the methods that developers will use. It's also customary to add `# :nodoc:` comments to those parts of the code that are not included in the public API.
508508

509509
Once your comments are good to go, navigate to your plugin directory and run:
510510

0 commit comments

Comments
 (0)