diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:35:19 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:35:19 -0800 |
| commit | 2305f075b7e6309db72488d6ce9f8bd4260f02f3 (patch) | |
| tree | 3ce3bb52480f575ece5e1a699a721cb6aa124ab0 | |
| parent | c9db20040e4830744d4f04ccbc26c03486dda754 (diff) | |
Fixed whitespace
| -rw-r--r-- | examples/how_do_i.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 3f816d1..e26103b 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -65,7 +65,7 @@ say "\ Similarly, you can put a long interpolated indented value like: \(..) 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 .. between a backslash and two periods." - + say "Single-line text can contain escape sequences like \", \\, \000, and \n" # How do I define a list? |
