about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-28 14:18:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-28 14:18:26 -0700
commitaecc8475fb10e04f94eab051c7d68c632cfe91ee (patch)
treec216259fa432fcb87750d620353bf77d14d03c36 /index.html
parentea5ff2d46cb4e15add0dd48b660d0a200824db00 (diff)
downloadmu-aecc8475fb10e04f94eab051c7d68c632cfe91ee.tar.gz
3023
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 a3482675..8e87c2cf 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@ Mu's code looks quite alien, requiring editors to be specially configured to
 colorize it in a sane manner. So this page provides links to the source files
 showing how it currently looks in my <a href='https://github.com/akkartik/mu/blob/master/mu.vim'>custom setup</a>.
 
-<p>Whetting your appetite: some example programs.
+<p>Whetting your appetite, some example programs:
 
 <ul>
 <li><a href='html/x.mu.html'>x.mu</a>: a simple program to add two numbers