Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/library-features/asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ assert_eq!(a, 5);

This will decrement the `{0}` register value from 10 to 3, then add 2 and store it in `a`.

This example show a few thing:
This example shows a few things:

First that the same number can be used as a label multiple times in the same inline block.

Expand Down