From 27e20f1f16ef64919cd0cbc8bc9b747a1eb76d82 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 23 Jan 2007 12:50:58 +0000 Subject: minor error in json(2) --- man/2/json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/2/json') 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 => -- cgit v1.2.3