about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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.