We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b88d58 commit 83fe0e0Copy full SHA for 83fe0e0
src/encoding/gob/type.go
@@ -24,7 +24,7 @@ type userTypeInfo struct {
24
base reflect.Type // the base type after all indirections
25
indir int // number of indirections to reach the base type
26
externalEnc int // xGob, xBinary, or xText
27
- externalDec int // xGob, xBinary or xText
+ externalDec int // xGob, xBinary, or xText
28
encIndir int8 // number of indirections to reach the receiver type; may be negative
29
decIndir int8 // number of indirections to reach the receiver type; may be negative
30
}
0 commit comments