about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-14 00:50:38 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-14 00:50:38 -0700
commita598d0908272fac002a2786a9c0659961c632fa6 (patch)
tree81ae8debb60046733bce13a47679e256191cdcd7
parent9aa6e60538558b6b2752f7522debc0b430522964 (diff)
downloadmu-a598d0908272fac002a2786a9c0659961c632fa6.tar.gz
6140
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7189a1bf..abb7fabf 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,7 @@ In priority order:
 
 Mu's main source language is [still being built](http://akkartik.name/post/mu-2019-2).
 When completed, it will be type- and memory-safe. At the moment it performs no
-checks and only supports variables of type `int`. Here's the program we
-translated above:
+checks. Here's the program we translated above:
 
 <img alt='ex2.mu' src='html/ex2.mu.png'>