aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding/json/encode.go')
-rw-r--r--src/encoding/json/encode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/json/encode.go b/src/encoding/json/encode.go
index bba57fdf4f..4669a02e2e 100644
--- a/src/encoding/json/encode.go
+++ b/src/encoding/json/encode.go
@@ -1168,7 +1168,7 @@ func typeFields(t reflect.Type) structFields {
if count[f.typ] > 1 {
// If there were multiple instances, add a second,
// so that the annihilation code will see a duplicate.
- // It only cares about the distinction between 1 or 2,
+ // It only cares about the distinction between 1 and 2,
// so don't bother generating any more copies.
fields = append(fields, fields[len(fields)-1])
}