diff --git a/README.md b/README.md index c8e627d..8bd1916 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,5 @@ BenchmarkAtomicBoolToggle-4 169871972 7.02 ns/op # <--- This packag - [@barryz](https://github.com/barryz) - Added the `Toggle` method +- [@LucasRouckhout](https://github.com/LucasRouckhout) + - Implemented JSON Unmarshal and Marshal interface diff --git a/bool_test.go b/bool_test.go index e9f4b85..b66f2e4 100644 --- a/bool_test.go +++ b/bool_test.go @@ -182,7 +182,7 @@ func TestRace(t *testing.T) { wg.Wait() } -func TestJSONUnmarshall(t *testing.T) { +func TestJSONUnmarshal(t *testing.T) { // Table of cases cases := []struct { boolean bool