Skip to content

Commit 8897bc7

Browse files
authored
use full word
1 parent cf45bb8 commit 8897bc7

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
@@ -395,7 +395,7 @@ keep the value it acquires when the module gets precompiled.
395395
If you write C<native('foo')> NativeCall will search libfoo.so under Unix like system (libfoo.dynlib on OS X, foo.dll on win32).
396396
In most modern system it will require you or the user of your module to install
397397
the development package because it's recommended to always provide an API/ABI version to a
398-
shared library, so libfoo.so ends often being a symbolic link provided only by a devel package.
398+
shared library, so libfoo.so ends often being a symbolic link provided only by a development package.
399399
400400
To avoid that, the C<native> trait allows you to specify the API/ABI version. It can be a full
401401
version or just a part of it. (Try to stick to Major version, some BSD code does not care for Minor.)

0 commit comments

Comments
 (0)