Skip to content

Commit

Permalink
Fix typo, Richard Hainsworth++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 12, 2022
1 parent 7f43d81 commit 5037eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pattern specification:
foo literal string
'/ << bar >> /' Raku regex indicated by being bounded by / /
'{ .ends-with("bar") }' Raku code indicated by being bounded by { }
'*.starts--with("foo")' Raku WhateverCode starting with *.
'*.starts-with("foo")' Raku WhateverCode starting with *
either as first argument, or as --pattern=foo option

String search pattern modifiers:
Expand Down

0 comments on commit 5037eed

Please sign in to comment.