Skip to content

Commit 415c901

Browse files
committed
Make the text blend a bit more clearly with its surroundings
1 parent e60e707 commit 415c901

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
@@ -696,7 +696,7 @@ You can also put an incomplete path like './foo' and NativeCall will automatical
696696
the right extension according to the platform specification. If you wish to suppress this expansion, simply pass the string as the body of a block.
697697
698698
=begin code
699-
sub bar is native({ LIBFOO }) {*}
699+
sub bar is native({ './lib/Non Standard Naming Scheme' }) {*}
700700
=end code
701701
702702
BE CAREFUL: the C<native> trait and C<constant> are evaluated at compile time. Don't write a constant

0 commit comments

Comments
 (0)