Skip to content

Commit c4ef0ee

Browse files
gnzlbgCentril
andauthored
Update src/items/external-blocks.md
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 27e30fe commit c4ef0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
External blocks provide _declarations_ of items that are not _defined_ in the
3333
current crate and are the basis of Rust's foreign function interface. These are
34-
sort of like unchecked imports.
34+
akin to unchecked imports.
3535

3636
Two kind of item _declarations_ are allowed in external blocks: [functions] and
3737
[statics]. Calling functions or accessing statics that are declared in external

0 commit comments

Comments
 (0)