diff options
-rw-r--r-- | sys/man/2/json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/json b/sys/man/2/json index 9fdbd3950..c495dea96 100644 --- a/sys/man/2/json +++ b/sys/man/2/json @@ -59,7 +59,7 @@ members in the structure. Arrays and objects (dictionaries) are represented by a singly-linked list of .B JSONEl -structures refered to from the +structures referred to from the .B first pointer in the .B JSON |