Unverified Commit 92fe8cb9 authored by Steven Allen's avatar Steven Allen Committed by GitHub

fix typo

Co-authored-by: default avatarAdin Schmahmann <adin.schmahmann@gmail.com>
parent 17277d71
...@@ -111,7 +111,7 @@ func (f Flag) String() string { ...@@ -111,7 +111,7 @@ func (f Flag) String() string {
var _ json.Unmarshaler = (*Flag)(nil) var _ json.Unmarshaler = (*Flag)(nil)
var _ json.Marshaler = (*Flag)(nil) var _ json.Marshaler = (*Flag)(nil)
// Priority represents a value with a priority where 0 means "default" and -11 // Priority represents a value with a priority where 0 means "default" and -1
// means "disabled". // means "disabled".
// //
// When encoded in json, Default is encoded as "null" and Disabled is encoded as // When encoded in json, Default is encoded as "null" and Disabled is encoded as
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment