Skip to content

Commit 7049886

Browse files
ehussBatmanAoD
authored andcommitted
Simplify wording of standard ABI strings
The exact number of strings isn't important (and likely to get out sync).
1 parent 6e76b5c commit 7049886

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/items/external-blocks.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ unsafe extern "stdcall" { }
106106
```
107107

108108
r[items.extern.abi.standard]
109-
There are five ABI strings which are cross-platform, and which all compilers
110-
are guaranteed to support:
109+
The following ABI strings are supported on all platforms:
111110

112111
r[items.extern.abi.rust]
113112
* `unsafe extern "Rust"` -- The default ABI when you write a normal `fn foo()` in any

0 commit comments

Comments
 (0)