typo in tutorial

This commit is contained in:
Kartik K. Agaram 2021-10-26 21:26:07 -07:00
parent 0b16b27f49
commit 06a1928c8d
1 changed files with 2 additions and 2 deletions

4
mu.md
View File

@ -116,8 +116,8 @@ Some notation for describing statement forms:
### Moving values around ### Moving values around
These instructions work with variables of any 32-bit type except `addr`, These instructions work with variables of any 32-bit type except `byte` and
`byte` and `float`. `float`.
``` ```
var/reg <- copy var2/reg2 var/reg <- copy var2/reg2