Skip to content

Commit 959e603

Browse files
posts/2022-02-24-Rust-1.59.0.md: Clarify assembly language syntax varying
Co-authored-by: Mark Rousskov <[email protected]>
1 parent 2185c8c commit 959e603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2022-02-24-Rust-1.59.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The format string syntax used to name registers in the `asm!` and `global_asm!`
5353
macros is the same used in Rust format strings, so it should feel quite familiar
5454
to Rust programmers.
5555

56-
The syntax and instructions available in the assembly code itself vary according
56+
The assembly language and instructions available in the assembly code itself vary according
5757
to the target architecture. Today, the following architectures are supported:
5858

5959
* x86 and x86-64

0 commit comments

Comments
 (0)