about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authornoproto <noproto@users.noreply.github.com>2021-08-02 20:55:25 -0400
committerGitHub <noreply@github.com>2021-08-02 20:55:25 -0400
commitc2a809c2c5a3416f719ad998af61367fcc69ff16 (patch)
treef27921ff960e06408d203387e1ac4b11693cd502 /src
parent379433a0259eb63dc2a271bb792266d586aab945 (diff)
downloadrust-c2a809c2c5a3416f719ad998af61367fcc69ff16.tar.gz
rust-c2a809c2c5a3416f719ad998af61367fcc69ff16.zip
Another one
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/library-features/asm.md2
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 eb08b5ad1e5..8ff600d5334 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 shows 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.