about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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'>