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 11DocumentFunction
22================
33
4- A module for documenting Julia functions and their arguments and keywords.
4+ Documenting Julia functions and their arguments and keywords.
55
66<!-- [](https://travis-ci.org/madsjulia/DocumentFunction.jl) -->
77[ ![ Coverage Status] ( https://coveralls.io/repos/madsjulia/DocumentFunction.jl/badge.svg?branch=master )] ( https://coveralls.io/r/madsjulia/DocumentFunction.jl?branch=master )
@@ -79,9 +79,9 @@ $(DocumentFunction.documentfunction(foobar;
7979""" foobar
8080```
8181
82- To get the help for this new function type ` ?foobar ` .
82+ To get help for this new function, type ` ?foobar ` .
8383
84- This will produces the following output:
84+ This will produce the following output:
8585
8686```
8787Main.foobar
You can’t perform that action at this time.
0 commit comments