about summary refs log tree commit diff stats
path: root/mu.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-06 11:07:30 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-06 11:07:30 -0700
commit55b9ef9a1fdc7724b1f8c5a054b04c0d028836d4 (patch)
tree83cbdf5922f26673fe3a073f4414fa805e0e17e9 /mu.md
parent9a524793ee01ce47f3963768559a0d6c348631c5 (diff)
downloadmu-55b9ef9a1fdc7724b1f8c5a054b04c0d028836d4.tar.gz
6619
Diffstat (limited to 'mu.md')
-rw-r--r--mu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.md b/mu.md
index b093f0e0..04c79fb8 100644
--- a/mu.md
+++ b/mu.md
@@ -26,7 +26,7 @@ Statements consist of 3 parts: the operation, optional _inouts_ and optional
 _outputs_. Outputs come before the operation name and `<-`.
 
 Outputs are always registers; memory locations that need to be modified are
-passed in by reference using the `addr` type described below.
+passed in by reference.
 
 So Mu programmers need to make two new categories of decisions: whether to
 define variables in registers or memory, and whether to put variables to the