Skip to content

Commit 0ff7418

Browse files
committed
chg p6 to raku
1 parent 8f612b4 commit 0ff7418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ C<inet_ntop> which returns a C<char *> given a buffer with the C<addrinfo>.
10461046
Putting all these together, leads to the following program:
10471047
10481048
=begin code :solo
1049-
#!/usr/bin/env perl6
1049+
#!/usr/bin/env raku
10501050
10511051
use v6;
10521052
use NativeCall;

0 commit comments

Comments
 (0)