Skip to content

Commit 85113c7

Browse files
Update README.md
1 parent d71fc6d commit 85113c7

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
@@ -3,7 +3,7 @@ DocumentFunction
33

44
A 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
<!-- [![Build Status](https://travis-ci.org/madsjulia/DocumentFunction.jl.svg?branch=master)](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

0 commit comments

Comments
 (0)