about summary refs log tree commit diff stats
path: root/vocabulary.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 12:09:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 12:09:50 -0700
commita69248b284be8a8cf8657455aa1b3b726aacb6d9 (patch)
treec1701c6fb930bb5444532ceaa76310535bedecaa /vocabulary.md
parentaab93d7538fe9835739fd3dc35c6a7af09820ed9 (diff)
downloadmu-a69248b284be8a8cf8657455aa1b3b726aacb6d9.tar.gz
more comments from sejo <3
Diffstat (limited to 'vocabulary.md')
-rw-r--r--vocabulary.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vocabulary.md b/vocabulary.md
index c7d0bd46..60795226 100644
--- a/vocabulary.md
+++ b/vocabulary.md
@@ -43,8 +43,8 @@ how they work under the hood.
 
 ### Functions
 
-The most useful functions from 400.mu and later .mu files. Look for definitions
-(using `ctags`) to see type signatures.
+The most useful functions from 400.mu and later .mu files. Look in
+signatures.mu for their full type signatures.
 
 - `abort`: print a message in red on the bottom left of the screen and halt