Another one

This commit is contained in:
noproto 2021-08-02 20:55:25 -04:00 committed by GitHub
parent 379433a025
commit c2a809c2c5
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 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.