Skip to content

Commit c2a809c

Browse files
authored
Another one
1 parent 379433a commit c2a809c

File tree

1 file changed

+1
-1
lines changed
  • src/doc/unstable-book/src/library-features

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/library-features/asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ assert_eq!(a, 5);
402402

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

405-
This example shows a few thing:
405+
This example shows a few things:
406406

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

0 commit comments

Comments
 (0)