Skip to content

Commit 746a653

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There are also some platform-specific ABI strings:
9090
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
9191
`__vectorcall` and clang's `__attribute__((vectorcall))`
9292

93-
Finally, there are some unstable rustc-specific ABI strings:
93+
Finally, there are some unstable `rustc`-specific ABI strings:
9494

9595
* `extern "rust-intrinsic"` -- The ABI of rustc intrinsics, equivalent to `"Rust"`.
9696
* `extern "rust-call"` -- The ABI of the Fn::call trait functions, equivalent to `"Rust"`.

0 commit comments

Comments
 (0)