Skip to content

Commit 48677e0

Browse files
committed
Fixes some grammar around error
Mainly to close #1769; also closes #1776 which was a duplicate.
1 parent d905dfb commit 48677e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/syntax.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ say "world";
150150
151151
=head2 Comments
152152
153-
Comments are parts of the program text only intended for human readers, and
153+
Comments are parts of the program text which are only intended for human readers;
154154
the Perl 6 compilers do not evaluate them as program text.
155155
156156
Comments count as whitespace in places where the absence or presence of

0 commit comments

Comments
 (0)