Skip to content

Commit

Permalink
Fix docs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamawhite authored Dec 20, 2024
1 parent a493780 commit f90e7fd
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 @@ -28,4 +28,4 @@ var BlankLine = Times(2, NewLine) // \n\n

To implement a parser implement the `Parser[T]` type alias, a function that takes an `Input` and returns `(T, bool, error)`. Each parser should attempt to parse the `Input` and roll back if it is unable to find what it is looking for.

You can find examples in the [`time`](./time) package. Full documentation is available here [Godoc](https://pkg.go.dev/github.com/liamawhite/parse).
You can find examples in the [`time`](./time) package. Full documentation is available [here](https://pkg.go.dev/github.com/liamawhite/parse).

0 comments on commit f90e7fd

Please sign in to comment.