Skip to content

Commit 02c1164

Browse files
committed
Attempt to add 'case statements' to indexing
This is just for a search convenience if someone coming from a C-style language background searches for 'case' or 'case statements' instead of 'switch'.
1 parent 9e8e24d commit 02c1164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/control.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ L<supply|/language/concurrency#index-entry-supply_(on-demand)>:
776776
# received Rat (0.5)
777777
778778
=head1 X<given|control flow, given>
779-
X<|switch (given)>
779+
X<|switch (given);case statements (given)>
780780
781781
The C<given> statement is Raku's topicalizing keyword in a similar way that
782782
C<switch> topicalizes in languages such as C. In other words, C<given>

0 commit comments

Comments
 (0)