Skip to content
Snippets Groups Projects
Commit 61a0ef58 authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Fixing json doc.

parent 772187cd
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ typedef struct grpc_json { ...@@ -53,7 +53,7 @@ typedef struct grpc_json {
} grpc_json; } grpc_json;
/* The next two functions are going to parse the input string, and /* The next two functions are going to parse the input string, and
* destroy it in the process, in order to use its space to store * modify it in the process, in order to use its space to store
* all of the keys and values for the returned object tree. * all of the keys and values for the returned object tree.
* *
* They assume UTF-8 input stream, and will output UTF-8 encoded * They assume UTF-8 input stream, and will output UTF-8 encoded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment