File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ r[abi.compatibility.equivalence]
1313Two 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
2121r[ 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.
You can’t perform that action at this time.
0 commit comments