Skip to content

Commit ef70365

Browse files
committed
Move to US spelling
1 parent 8fda26b commit ef70365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ trait object whose methods are attributed.
358358
The `instruction_set` attribute may be applied to a function to enable code generation for a specific
359359
instruction set supported by the target architecture. Currently, this is only available for `ARMv4T`
360360
devices where the architecture has "ARM code" and "Thumb code" available and a single program may
361-
utilise both of these. If not specified the default instruction set for the target will be used.
361+
utilize both of these. If not specified the default instruction set for the target will be used.
362362

363363
```rust
364364
#[instruction_set(arm::a32)]

0 commit comments

Comments
 (0)