Skip to content

Commit 36f80c3

Browse files
committed
Fix "Lines must not end with spaces" error
1 parent cbc8349 commit 36f80c3

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
@@ -133,11 +133,11 @@ r[abi.compatibility.zst]
133133
Two types, `T` and `U`, are *abi compatible* if both have size 0 and alignment 1.
134134

135135
r[abi.compatibility.discriminant]
136-
If `T` is an a type listed in [layout.repr.rust.option.elision], and `U` is the type of the *elision candidate field*, then `T` is layout compatible with `U`.
136+
If `T` is an a type listed in [layout.repr.rust.option.elision], and `U` is the type of the *elision candidate field*, then `T` is layout compatible with `U`.
137137

138138
> [!NOTE]
139139
> `Option<U>`, `Result<U,Z>`, or `Result<Z,U>` are such types, when `U` are *elision candidate type*s, and `Z` is a 1-ZST type.
140-
>
140+
>
141141
> Due to transitivity, two such types are *abi compatible* with each other if their *elision candidate field*s are *abi comaptible*
142142
143143
r[abi.compatibility.fn-ptr]

0 commit comments

Comments
 (0)