We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd9372 commit b80effeCopy full SHA for b80effe
Documentation/ink_JSON_runtime_format.md
@@ -215,7 +215,6 @@ Diverts and variable pointers are not a part of this hierarchy.
215
Coercions work as follows:
216
* `bool` - `bool` is *always* coerced to another type, usually `int`.
217
* `int` or `float`: `true` becomes `1` and `false` becomes `0`.
218
- * `string`: `true` becomes `"true"` and `false` becomes `"false"`.
219
* `int`
220
* `bool`: `0` becomes `false`, all other values become `true`.
221
* `float`: Remains the same value, but a `float`.
0 commit comments