[DOCS] "F" is not valid false value for boolean type
This commit is contained in:
parent
71de2bc414
commit
d13850814e
|
@ -386,7 +386,7 @@ and `false` respectively.
|
|||
--------------------------------------------------
|
||||
|
||||
The boolean type also supports passing the value as a number or a string
|
||||
(in this case `0`, an empty string, `F`, `false`, `off` and `no` are
|
||||
(in this case `0`, an empty string, `false`, `off` and `no` are
|
||||
`false`, all other values are `true`).
|
||||
|
||||
The following table lists all the attributes that can be used with the
|
||||
|
|
Loading…
Reference in New Issue