diff options
Diffstat (limited to 'doc/manual/src/language/index.md')
-rw-r--r-- | doc/manual/src/language/index.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md index 8241cd0cd..e623bc540 100644 --- a/doc/manual/src/language/index.md +++ b/doc/manual/src/language/index.md @@ -53,7 +53,7 @@ the rest. ``` </td> <td> - A multiline string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`. + A multi-line string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`. </td> </tr> <tr> @@ -82,6 +82,14 @@ the rest. </tr> <tr> <td> + `3.141` + </td> + <td> + A floating point number + </td> + </tr> + <tr> + <td> `./foo.png` </td> <td> |