diff options
| author | noproto <noproto@users.noreply.github.com> | 2021-08-02 20:51:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 20:51:32 -0400 |
| commit | 379433a0259eb63dc2a271bb792266d586aab945 (patch) | |
| tree | 39833e19822e34fc748c038b26e1f792647239b7 | |
| parent | e3b1c12becebd21d88ca9f4364d7db8d1d380c18 (diff) | |
| download | rust-379433a0259eb63dc2a271bb792266d586aab945.tar.gz rust-379433a0259eb63dc2a271bb792266d586aab945.zip | |
Correct typo
| -rw-r--r-- | src/doc/unstable-book/src/library-features/asm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/library-features/asm.md b/src/doc/unstable-book/src/library-features/asm.md index e950891ef92..eb08b5ad1e5 100644 --- a/src/doc/unstable-book/src/library-features/asm.md +++ b/src/doc/unstable-book/src/library-features/asm.md @@ -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 thing: First that the same number can be used as a label multiple times in the same inline block. |
