diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-29 14:22:55 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-29 14:22:55 -0800 |
| commit | 04c80440fb503a604cd0cfd6b316add7d9b99f7a (patch) | |
| tree | f1ee1a1029b30e487f9fc30e24734cc17ff43efd /examples/how_do_i.nom | |
| parent | e675621d3c58c950ae1a12e7b6971b4af3958637 (diff) | |
Fixed typo.
Diffstat (limited to 'examples/how_do_i.nom')
| -rw-r--r-- | examples/how_do_i.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index a8725e8..6b83bfc 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -33,9 +33,9 @@ say %one_two # Or, as a shorthand, you can do this to increment a variable: %foobar += 1 -# How do I define a mutli-line string? +# How do I define a multi-line string? # In Nomsu, the name "text" is used, rather than "string", and multi-line text looks like: -%mutli_text = "\ +%multi_text = "\ ..Start with a quote mark and a backslash and an indented "..", then put indented lines below it. The indented lines will not include the indentation, except when the lines are indented more than 4 spaces relative to the original quote mark. |
