Skip to content

Commit e3ceb53

Browse files
shaunlebroningydotnet
authored andcommitted
www: Fix corrupted text in doc/gotchas.md
1 parent 57d7689 commit e3ceb53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/gotchas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ say: ('foo' * 3)
3131
say: 3 * 'foo'
3232
```
3333

34-
Now the right-hand side is a plain scalar wThis is because YAML sees a single quoted scalar and text content is not allowed to
35-
follow the closing quote.hose value is `+'foo' * 3`.
34+
Now the right-hand side is a plain scalar whose value is `+'foo' * 3`.
3635
YS will ignore the leading `+` and evaluate the expression as expected.
3736

3837
This `+` escaping character can be used anywhere that you need to use a plain

0 commit comments

Comments
 (0)