Skip to content

Commit 23dd053

Browse files
committed
change example lib name to agree with the explanatory text
1 parent ebc33e1 commit 23dd053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ X<|nativecall>
1111
The simplest imaginable use of NativeCall would look something like this:
1212
1313
use NativeCall;
14-
sub some_argless_function() is native('something') { * }
14+
sub some_argless_function() is native('libsomething') { * }
1515
some_argless_function();
1616
1717
The first line imports various traits and types. The next line looks like

0 commit comments

Comments
 (0)