We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e30fe commit c4ef0eeCopy full SHA for c4ef0ee
src/items/external-blocks.md
@@ -31,7 +31,7 @@
31
32
External blocks provide _declarations_ of items that are not _defined_ in the
33
current crate and are the basis of Rust's foreign function interface. These are
34
-sort of like unchecked imports.
+akin to unchecked imports.
35
36
Two kind of item _declarations_ are allowed in external blocks: [functions] and
37
[statics]. Calling functions or accessing statics that are declared in external
0 commit comments