mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 00:06:47 +03:00
minor typo in boolean comment (#4721)
This commit is contained in:
parent
d5e7ada2dc
commit
696e92f814
@ -44,8 +44,8 @@ key with spaces: value
|
|||||||
# Yes and No (doesn't matter the case) will be evaluated to boolean
|
# Yes and No (doesn't matter the case) will be evaluated to boolean
|
||||||
# true and false values respectively.
|
# true and false values respectively.
|
||||||
# To use the actual value use single or double quotes.
|
# To use the actual value use single or double quotes.
|
||||||
no: no # evaluates to "false": false
|
no: no # evaluates to "no": false
|
||||||
yes: No # evaluates to "true": false
|
yes: No # evaluates to "yes": false
|
||||||
not_enclosed: yes # evaluates to "not_enclosed": true
|
not_enclosed: yes # evaluates to "not_enclosed": true
|
||||||
enclosed: "yes" # evaluates to "enclosed": yes
|
enclosed: "yes" # evaluates to "enclosed": yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user