about summary refs log tree commit diff stats
path: root/mu.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-26 22:10:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-26 22:10:04 -0700
commit85fe614cd9a55c8b8c826005bf3942a89d6dbcfa (patch)
treee68f79ed71dfd182bcd748b85e08d86e8f1ae338 /mu.md
parent9c952560daefd45b6a554661401f1f90bf2a6abf (diff)
downloadmu-85fe614cd9a55c8b8c826005bf3942a89d6dbcfa.tar.gz
.
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 30227931..e79861ed 100644
--- a/mu.md
+++ b/mu.md
@@ -531,7 +531,7 @@ The result of a `compute-offset` statement can be passed to `index`:
   var/reg: (addr T) <- index arr/reg: (addr array T), idx/reg: (offset T)
 ```
 
-### Stream operations
+### Streams
 
 A common use for arrays is as buffers. Save a few items to a scratch space and
 then process them. This pattern is so common (we use it in files) that there's