Skip to content

Commit 1f19235

Browse files
committed
fix syntax error in recommendation
1 parent a8f1a47 commit 1f19235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STD.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ grammar P6 is STD {
23132313
when 'UNICODE' { $repl = '$?UNICODE' } # XXX ???
23142314
when 'TAINT' { $repl = '$*TAINT' }
23152315
when 'OPEN' { $repl = 'filehandle introspection' }
2316-
when 'N' { $repl = '$[*-1]' }
2316+
when 'N' { $repl = '$/[*-1]' }
23172317
when 'L' { $repl = 'Form module' }
23182318
when 'A' { $repl = 'Form module' }
23192319
when 'E' { $repl = '$!.extended_os_error' }

0 commit comments

Comments
 (0)