Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the text blend a bit more clearly with its surroundings
  • Loading branch information
ab5tract committed Aug 12, 2019
1 parent e60e707 commit 415c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/nativecall.pod6
Expand Up @@ -696,7 +696,7 @@ You can also put an incomplete path like './foo' and NativeCall will automatical
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.
=begin code
sub bar is native({ LIBFOO }) {*}
sub bar is native({ './lib/Non Standard Naming Scheme' }) {*}
=end code
BE CAREFUL: the C<native> trait and C<constant> are evaluated at compile time. Don't write a constant
Expand Down

0 comments on commit 415c901

Please sign in to comment.