Skip to content

Commit 83a3b71

Browse files
chorman0773bjorn3
andcommitted
Apply suggestions from code review
Co-authored-by: bjorn3 <[email protected]>
1 parent ad2ded8 commit 83a3b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/abi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ r[abi.compatibility.equivalence]
1313
Two types `T` and `U` are *abi compatible* if:
1414
* They are the same type,
1515
* `U` is *abi compatible* with `T`, or
16-
* There exists a type `V`, such that `T` is *abi compatible* with `V` an `V` is *abi compatuble* with `U`,
16+
* There exists a type `V`, such that `T` is *abi compatible* with `V` an `V` is *abi compatible* with `U`,
1717

1818
> [!NOTE]
1919
> These properties ensure that *abi compatibility* is an equivalence relation.
2020
2121
r[abi.compatibility.integer]
22-
Two [integer types] are *abi compatible* if they have the same size and the same signednes
22+
Two [integer types] are *abi compatible* if they have the same size and the same signedness
2323

2424
> [!NOTE]
2525
> In particular, `usize` is *abi compatible* with `uN`, and `isize` is *abi compatible* with `iN` where `N` is the target_pointer_width.

0 commit comments

Comments
 (0)