Skip to content

Commit

Permalink
Rollup merge of #87711 - noproto:patch-1, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
JohnTitor committed Aug 3, 2021
2 parents 423a930 + c2a809c commit b70c9dd
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b70c9dd

Please sign in to comment.