Skip to content

Commit 6ec44f3

Browse files
committed
slash has to be before space;spidermario++
1 parent 7cd6b8f commit 6ec44f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tablet-2-basic-syntax.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ an instruction to the compiler's lexer that it should ignore whitespace there.
5656
In other words, the lexer doesn't consider those whitespaces at all.
5757

5858
my %hash = "foo" => 42, "bar" => 84;
59-
say %hash \{"foo"}; # Same as saying %hash{"foo"}
59+
say %hash\ {"foo"}; # Same as saying %hash{"foo"}
6060

6161
my $clazz = new Camel;
6262
$clazz\#some random comment

0 commit comments

Comments
 (0)