Skip to content

Commit c921a38

Browse files
committed
Fix typo
1 parent 52a81c0 commit c921a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HLL/Grammar.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ position C<pos>.
368368
method starter() {
369369
my $start := $*QUOTE_START;
370370
nqp::isnull($start)
371-
?? self.'!cusor_start_fail'()
371+
?? self.'!cursor_start_fail'()
372372
!! self.'!LITERAL'($start)
373373
}
374374

0 commit comments

Comments
 (0)