diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-01-23 12:50:58 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-01-23 12:50:58 +0000 |
| commit | 27e20f1f16ef64919cd0cbc8bc9b747a1eb76d82 (patch) | |
| tree | 129ed47afec39824360a8457f846ce1b9c589570 /man/2/json | |
| parent | 5b00a9c64326e13b2a3b84c7b73bb695fb753cad (diff) | |
minor error in json(2)
Diffstat (limited to 'man/2/json')
| -rw-r--r-- | man/2/json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 => |
