Skip to content

Commit 856bbc7

Browse files
authored
fix semicolon → colon in text
1 parent 13b933b commit 856bbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/js-nutshell.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ between the two languages in greater detail.
6262

6363
=head2 Variables
6464

65-
Variables in Node.js can be defined like this;
65+
Variables in Node.js can be defined like this:
6666

6767
=begin code :lang<javascript>
6868
var foo = 1; // Lexically scoped with functions and modules

0 commit comments

Comments
 (0)