Skip to content

Commit bf57d08

Browse files
committed
Reindex confusing ws page
1 parent 1e61135 commit bf57d08

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/Language/grammars.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ A different token can be chosen to be matched first using the C<:rule> named
204204
argument to C<.parse>, C<.subparse>, or C<.parsefile>. These are all C<Grammar>
205205
methods.
206206
207-
208-
=head3 X<C<ws>|ws>
207+
X<|ws>
208+
=head3 C<ws>
209209
210210
When C<rule> instead of C<token> is used, any whitespace after terms and closing
211211
parenthesis/brackets is turned into a non-capturing call to C<ws>,

doc/Language/py-nutshell.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,7 @@ entered = input("Say hi → ")
738738
print(entered)
739739
=end code
740740
741-
When prompted, you can enter C<Hi> or any other string, which will be stored in
742-
the C<entered> variable. This is similar to L<prompt> in Perl 6:
741+
When prompted, you can enter C<Hi> or any other string, which will be stored in the C<entered> variable. This is similar to L<prompt> in Perl 6:
743742
744743
my $entered = prompt(" Say hi → ");
745744
say $entered # OUTPUT: whatever you entered.

0 commit comments

Comments
 (0)