Skip to content

Commit 9dd6a0d

Browse files
work
2 parents fb2aa52 + 85113c7 commit 9dd6a0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DocumentFunction
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
<!-- [![Build Status](https://travis-ci.org/madsjulia/DocumentFunction.jl.svg?branch=master)](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
```
8787
Main.foobar

0 commit comments

Comments
 (0)