From 04c80440fb503a604cd0cfd6b316add7d9b99f7a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 29 Nov 2018 14:22:55 -0800 Subject: Fixed typo. --- examples/how_do_i.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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. -- cgit v1.2.3