go-ipfs-config: fix typo
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
Steven Allen committed
Jun 15, 2020 at 20:00 UTC
e26444e4c78eff5c311f5a245717ee34f871d4c0
1 file changed
+1
-1
config/types.go
+1
-1
@@ -111,7 +111,7 @@ func (f Flag) String() string {
111
var _ json.Unmarshaler = (*Flag)(nil)
112
var _ json.Marshaler = (*Flag)(nil)
113
114
-// Priority represents a value with a priority where 0 means "default" and -11
114
+// Priority represents a value with a priority where 0 means "default" and -1
115
// means "disabled".
116
//
117
// When encoded in json, Default is encoded as "null" and Disabled is encoded as