about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-09 00:00:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-09 00:00:35 -0700
commitfd1e8afdc9f68612f207d75b31b2011e8e738a47 (patch)
treeaa46a22138045edfe4a262bdd1a16178820759af
parentef2e4be3054da5a5c768bf72d86f88e35109d3c4 (diff)
downloadmu-fd1e8afdc9f68612f207d75b31b2011e8e738a47.tar.gz
1548
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9ac99cb7..95139e93 100644
--- a/index.html
+++ b/index.html
@@ -132,8 +132,8 @@ much else besides.
 &mdash; not for code but for tests. (<a href='html/051scenario_test.mu.html'>example</a>)
 
 <p><b>Part IV</b>: beginnings of a standard library
-<p/><a href='html/060string.mu.html'>060string.mu</a>: bounds-checked rather
-than null-terminated. Unicode-aware.
+<p/><a href='html/060string.mu.html'>060string.mu</a>: strings in mu are
+bounds-checked rather than null-terminated. They're also unicode-aware.
 <br/><a href='html/061channel.mu.html'>061channel.mu</a>: channels are mu's
 only synchronization primitive, queues that can cause the routine reading or
 writing from them to stall without taking up CPU resources.