Skip to content

Commit 124db7f

Browse files
committed
Fixed typo
1 parent 98c2ec0 commit 124db7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (m Map) GetBoolean(key string) bool {
3636
return ok && value == "true"
3737
}
3838

39-
// SetBoolean sets the specified key to the string "true" of "false" if the value
39+
// SetBoolean sets the specified key to the string "true" or "false" if the value
4040
// is respectively true or false.
4141
func (m Map) SetBoolean(key string, value bool) {
4242
if value {

0 commit comments

Comments
 (0)