Skip to content

Commit

Permalink
📝 fixed typo #481
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Mar 3, 2017
1 parent 06c788e commit a135418
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,10 @@ I deeply appreciate the help of the following people.
- [EnricoBilla](https://github.com/EnricoBilla) noted a typo in an example.
- [Martin Hořeňovský](https://github.com/horenmar) found a way for a 2x speedup for the compilation time of the test suite.
- [ukhegg](https://github.com/ukhegg) found proposed an improvement for the examples section.
- [rswanson-ihi](https://github.com/rswanson-ihi) noted a type in the README.
- [rswanson-ihi](https://github.com/rswanson-ihi) noted a typo in the README.
- [Mihai Stan](https://github.com/stanmihai4) fixed a bug in the comparison with `nullptr`s.
- [Tushar Maheshwari](https://github.com/tusharpm) added [cotire](https://github.com/sakra/cotire) support to speed up the compilation.
- [TedLyngmo](https://github.com/TedLyngmo) noted a typo in the README.

Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone.

Expand Down Expand Up @@ -887,7 +888,7 @@ To compile and run the tests, you need to execute

```sh
$ make json_unit -Ctest
$ ./test/json_unit "*""
$ ./test/json_unit "*"

===============================================================================
All tests passed (11202597 assertions in 47 test cases)
Expand Down

2 comments on commit a135418

@zetaPRIME
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A typo on the word "typo". 👌

@nlohmann
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not wait for an issue or pull request here ;-)

Please sign in to comment.