We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c81407 commit 85ecb46Copy full SHA for 85ecb46
reference/src/glossary.md
@@ -87,7 +87,7 @@ the layout of, e.g., `Option<T>`, from the layout of `T`.
87
88
The *call ABI* determines how a type is passed *by value* across a function boundary.
89
90
-Note: The call ABI is not stable. Currently, it is one of:
+Note: The set of possible call ABIs is not stable. Currently, it consists of:
91
92
```rust,ignore
93
enum Abi {
0 commit comments