Skip to content

Commit 996b4d4

Browse files
committed
correct typo
1 parent bf329da commit 996b4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QRegex/P6Regex/Grammar.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ grammar QRegex::P6Regex::Grammar is HLL::Grammar {
223223
| \w
224224
[
225225
| \w+! <?before \w>
226-
| <?before ' ' \w> <!{ %*RX<s> }> <.worry("Space is not signficant here; please use quotes or :s (:sigspace) modifier (or, to suppress this warning, omit the space, or otherwise change the spacing)")>
226+
| <?before ' ' \w> <!{ %*RX<s> }> <.worry("Space is not significant here; please use quotes or :s (:sigspace) modifier (or, to suppress this warning, omit the space, or otherwise change the spacing)")>
227227
]?
228228
<.SIGOK>
229229
| <metachar>

0 commit comments

Comments
 (0)