From 06a1928c8df278df9c6aff60d5f316ffe1babb67 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 26 Oct 2021 21:26:07 -0700 Subject: [PATCH] typo in tutorial --- mu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu.md b/mu.md index 41f5c6ef..00105d85 100644 --- a/mu.md +++ b/mu.md @@ -116,8 +116,8 @@ Some notation for describing statement forms: ### Moving values around -These instructions work with variables of any 32-bit type except `addr`, -`byte` and `float`. +These instructions work with variables of any 32-bit type except `byte` and +`float`. ``` var/reg <- copy var2/reg2