summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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 =>