Skip to content

Commit 141f293

Browse files
committed
update docs
1 parent 2f430f3 commit 141f293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ What is considered comparable in Go?
4040
* `Booleans`, `integers`, `strings`, `floats` or basically primitive types.
4141
* `Pointers`
4242
* `Arrays`
43-
* `Struct's` if *all* of their fields are also comparable
43+
* `Structs` if *all of their fields* are also comparable independently
4444

4545
Using this library is as simple as creating either a threadsafe or non-threadsafe set and providing a `comparable` type for instantiation of the collection.
4646

0 commit comments

Comments
 (0)