Skip to content

Commit f5f5940

Browse files
committedMay 19, 2024·
Add external keyword for FFI
1 parent 5c9ba23 commit f5f5940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/language/ffi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sidebar_position: 130
88
namespace Foo;
99
1010
[ffi("mylib")]
11-
pub static bar(first: i8);
11+
pub static external bar(first: i8);
1212
```

0 commit comments

Comments
 (0)
Please sign in to comment.