Skip to content

Commit 8335be8

Browse files
committed
Add (missing) whitespaces
... or else the spell test (xt/aspell.t) fails
1 parent acd9065 commit 8335be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/101-basics.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ say "{%sets}␤";
439439
440440
When array and hash variables appear directly in a double-quoted string (and
441441
not inside curly braces), they are only interpolated if their name is
442-
followed by a postcircumfix operatorE<mdash>a bracketing pair that follows a
442+
followed by a postcircumfix operator E<mdash> a bracketing pair that follows a
443443
statement. It's also ok to have a method call between the variable name and
444444
the postcircumfix.
445445

0 commit comments

Comments
 (0)