Skip to content

Commit

Permalink
Fixed typos / grammar in README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli authored and maruel committed Apr 16, 2018
1 parent 5d883ec commit dbcb3e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# natural

Yet another natural sort, with 100% test coverage and a benchmark. It does no
memory allocation, does not depends on package `sort` so it doesn't depends on
`reflect`.
Yet another natural sort, with 100% test coverage and a benchmark. It allocates
no memory, doesn't depend on package `sort` and hence doesn't depend on `reflect`.

[![GoDoc](https://godoc.org/github.com/maruel/natural?status.svg)](https://godoc.org/github.com/maruel/natural)

Expand Down

0 comments on commit dbcb3e2

Please sign in to comment.