Skip to content

Commit

Permalink
README grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion committed Aug 26, 2020
1 parent b4248e0 commit 76afd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type parameter which represents an annotation. Annotations let you mark parts
of your document tree with things such as styles and colors (e.g. `Dodo.Ansi`
for ANSI graphics). `Doc`s which don't use annotations can use a type
variable or `Void`. The most primitive ways to construct and manipulate
`Doc`s is via `text` and `Monoid`.
`Doc`s are via `text` and `Monoid`.

```purescript
import Prelude
Expand Down

0 comments on commit 76afd79

Please sign in to comment.