about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-02 13:57:47 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-02 13:57:47 -0800
commit42b4da908edc6a35a864bd656aca737f70823adf (patch)
tree6938cdacb79d2b9c6c280a9c2b05a859c880d710 /README.md
parentffb1bab6678cbf189b0d06c0221e99d8415840c2 (diff)
downloadmu-42b4da908edc6a35a864bd656aca737f70823adf.tar.gz
5871
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 46910473..cddf9c7b 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,9 @@ In priority order:
   For now it's a thin veneer over machine code. I'm working on memory safety
   before expressive syntax.
 
-## Language
+## Source Language
 
-Mu's main language is [still being built](http://akkartik.name/post/mu-2019-2).
+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: