We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c2ec0 commit 124db7fCopy full SHA for 124db7f
objects.go
@@ -36,7 +36,7 @@ func (m Map) GetBoolean(key string) bool {
36
return ok && value == "true"
37
}
38
39
-// SetBoolean sets the specified key to the string "true" of "false" if the value
+// SetBoolean sets the specified key to the string "true" or "false" if the value
40
// is respectively true or false.
41
func (m Map) SetBoolean(key string, value bool) {
42
if value {
0 commit comments