Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov authored Dec 15, 2023
1 parent d71fc6d commit 85113c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DocumentFunction

A module for documenting Julia functions.

It also provides methods to document function methods, arguments and keywords.
It provides methods to document function methods, arguments, and keywords.

<!-- [![Build Status](https://travis-ci.org/madsjulia/DocumentFunction.jl.svg?branch=master)](https://travis-ci.org/madsjulia/DocumentFunction.jl) -->
[![Coverage Status](https://coveralls.io/repos/madsjulia/DocumentFunction.jl/badge.svg?branch=master)](https://coveralls.io/r/madsjulia/DocumentFunction.jl?branch=master)
Expand Down Expand Up @@ -83,9 +83,9 @@ $(DocumentFunction.documentfunction(foobar;
""" foobar
```

To get the help for this new function type `?foobar`.
To get help for this new function, type `?foobar`.

This will produces the following output:
This will produce the following output:

```
foobar
Expand Down

0 comments on commit 85113c7

Please sign in to comment.