You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ What is considered comparable in Go?
40
40
*`Booleans`, `integers`, `strings`, `floats` or basically primitive types.
41
41
*`Pointers`
42
42
*`Arrays`
43
-
*`Struct's` if *all* of their fields are also comparable
43
+
*`Structs` if *all of their fields* are also comparable independently
44
44
45
45
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.
0 commit comments