summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-01-23 12:50:58 +0000
committerCharles.Forsyth <devnull@localhost>2007-01-23 12:50:58 +0000
commit27e20f1f16ef64919cd0cbc8bc9b747a1eb76d82 (patch)
tree129ed47afec39824360a8457f846ce1b9c589570 /man
parent5b00a9c64326e13b2a3b84c7b73bb695fb753cad (diff)
minor error in json(2)
Diffstat (limited to 'man')
-rw-r--r--man/2/json2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/2/json b/man/2/json
index 1c81ad6a..6641bca2 100644
--- a/man/2/json
+++ b/man/2/json
@@ -9,7 +9,7 @@ json := load JSON JSON->PATH;
JValue: adt {
pick{
Object =>
- l: cyclic list of (string, ref JValue);
+ mem: cyclic list of (string, ref JValue);
Array =>
a: cyclic array of ref JValue;
String =>