Rollup merge of #87711 - noproto:patch-1, r=GuillaumeGomez

Correct typo
This commit is contained in:
Yuki Okushi 2021-08-03 19:07:49 +09:00 committed by GitHub
commit b70c9dd77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.