aboutsummaryrefslogtreecommitdiff
path: root/proto/equal.go
diff options
context:
space:
mode:
Diffstat (limited to 'proto/equal.go')
-rw-r--r--proto/equal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/equal.go b/proto/equal.go
index 42542e6..60dda9f 100644
--- a/proto/equal.go
+++ b/proto/equal.go
@@ -57,7 +57,7 @@ Equality is defined in this way:
although represented by []byte, is not a repeated field)
- Two unset fields are equal.
- Two unknown field sets are equal if their current
- encoded state is equal. (TODO)
+ encoded state is equal.
- Two extension sets are equal iff they have corresponding
elements that are pairwise equal.
- Every other combination of things are not equal.