about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-27 17:07:52 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-27 17:08:29 -0700
commit5fe060d582d4a82444243a28b18085c971a85628 (patch)
tree7a13eb020d0a9cab5d4195da931a373f575229ab /index.html
parent013d95266d563a3f531c13eba6d2a6bfe18f8808 (diff)
downloadmu-5fe060d582d4a82444243a28b18085c971a85628.tar.gz
4447
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index dde93753..f4b4aafb 100644
--- a/index.html
+++ b/index.html
@@ -110,7 +110,7 @@ allowing whitespace in reagents.
 <br/><a href='html/017parse_tree.cc.html'>017parse_tree.cc</a>: a new syntax
 for representing complex types as trees using whitespace and parentheses
 (s-expressions).
-<br/><a href='html/018type_abbreviations.cc.html'>018type_abbreviations.cc</a>:
+<br/><a href='html/019type_abbreviations.cc.html'>019type_abbreviations.cc</a>:
 the core types of Mu are designed to be fully explicit and familiar to
 non-programmers at the cost of some verbosity: <tt>number</tt>,
 <tt>character</tt>, <tt>boolean</tt>, etc. Once learners get acclimatized,