Skip to content

Commit 83fe0e0

Browse files
callthingsoffgopherbot
authored andcommitted
encoding/gob: add comma in field comment of userTypeInfo for consistency
Change-Id: I80c494a357195dad3ade98fcce0a6883303777ce GitHub-Last-Rev: a30615f GitHub-Pull-Request: #62422 Reviewed-on: https://go-review.googlesource.com/c/go/+/524998 Run-TryBot: Joseph Tsai <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Joseph Tsai <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 8b88d58 commit 83fe0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding/gob/type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type userTypeInfo struct {
2424
base reflect.Type // the base type after all indirections
2525
indir int // number of indirections to reach the base type
2626
externalEnc int // xGob, xBinary, or xText
27-
externalDec int // xGob, xBinary or xText
27+
externalDec int // xGob, xBinary, or xText
2828
encIndir int8 // number of indirections to reach the receiver type; may be negative
2929
decIndir int8 // number of indirections to reach the receiver type; may be negative
3030
}

0 commit comments

Comments
 (0)