File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DocumentFunction
33
44A module for documenting Julia functions.
55
6- It also provides methods to document function methods, arguments and keywords.
6+ It provides methods to document function methods, arguments, and keywords.
77
88<!-- [](https://travis-ci.org/madsjulia/DocumentFunction.jl) -->
99[ ![ Coverage Status] ( https://coveralls.io/repos/madsjulia/DocumentFunction.jl/badge.svg?branch=master )] ( https://coveralls.io/r/madsjulia/DocumentFunction.jl?branch=master )
@@ -83,9 +83,9 @@ $(DocumentFunction.documentfunction(foobar;
8383""" foobar
8484```
8585
86- To get the help for this new function type ` ?foobar ` .
86+ To get help for this new function, type ` ?foobar ` .
8787
88- This will produces the following output:
88+ This will produce the following output:
8989
9090```
9191 foobar
You can’t perform that action at this time.
0 commit comments