Skip to content

Commit bd544ee

Browse files
committed
Use lowercase "differences"
1 parent e1ae08f commit bd544ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/abi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with the same name (or with a well-known symbol), leading to undefined behavior.
7474
extern "C" fn foo() {}
7575
```
7676

77-
> **Edition Differences**: Before the 2024 edition it is allowed to use the `no_mangle` attribute without the `unsafe` qualification.
77+
> **Edition differences**: Before the 2024 edition it is allowed to use the `no_mangle` attribute without the `unsafe` qualification.
7878
7979
## The `link_section` attribute
8080

@@ -92,7 +92,7 @@ of memory not expecting them, such as mutable data into read-only areas.
9292
pub static VAR1: u32 = 1;
9393
```
9494

95-
> **Edition Differences**: Before the 2024 edition it is allowed to use the `link_section` attribute without the `unsafe` qualification.
95+
> **Edition differences**: Before the 2024 edition it is allowed to use the `link_section` attribute without the `unsafe` qualification.
9696
9797
## The `export_name` attribute
9898

@@ -109,7 +109,7 @@ behavior.
109109
pub fn name_in_rust() { }
110110
```
111111

112-
> **Edition Differences**: Before the 2024 edition it is allowed to use the `export_name` attribute without the `unsafe` qualification.
112+
> **Edition differences**: Before the 2024 edition it is allowed to use the `export_name` attribute without the `unsafe` qualification.
113113
114114
[_MetaNameValueStr_]: attributes.md#meta-item-attribute-syntax
115115
[`static` items]: items/static-items.md

0 commit comments

Comments
 (0)