Skip to content

Commit 501dd46

Browse files
committed
Remove tiny typo
1 parent 36044a5 commit 501dd46

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
@@ -376,7 +376,7 @@ The C<native> trait accepts the library name or the full path.
376376
constant LIBMYSQL = 'mysqlclient';
377377
constant LIBFOO = '/usr/lib/libfoo.so.1';
378378
# and later
379-
sub mysql_affectied_rows( .. ) returns int32 is native(LIBMYSQL);
379+
sub mysql_affected_rows( .. ) returns int32 is native(LIBMYSQL);
380380
sub bar is native(LIBFOO);
381381
382382
You can also put an incomplete path like './foo' and NativeCall will automatically put

0 commit comments

Comments
 (0)