Skip to content

Commit 85ecb46

Browse files
gnzlbgRalfJung
andcommitted
Update reference/src/glossary.md
Co-Authored-By: Ralf Jung <[email protected]>
1 parent 6c81407 commit 85ecb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reference/src/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ the layout of, e.g., `Option<T>`, from the layout of `T`.
8787

8888
The *call ABI* determines how a type is passed *by value* across a function boundary.
8989

90-
Note: The call ABI is not stable. Currently, it is one of:
90+
Note: The set of possible call ABIs is not stable. Currently, it consists of:
9191

9292
```rust,ignore
9393
enum Abi {

0 commit comments

Comments
 (0)