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.
5@gmail.com> 2016-10-30 17:06:06 +0000 Add main.help.header to themes' href='/danisanti/profani-tty/commit/themes/orange?id=ffa01a1a4c4185a584d5920edb0d565a3807eb85'>ffa01a1a ^
30b5f112 ^
7915c54f ^

30b5f112 ^





7915c54f ^





30b5f112 ^
71679a31 ^

7915c54f ^


7915c54f ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
30b5f112 ^

44112f6c ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79