diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-07-08 00:49:14 +0200 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-07-08 00:49:14 +0200 |
commit | 61a0ef58bba279f56a3be09f04552d02f6bd4fad (patch) | |
tree | 596e76de25e8b53c8e2d59edeb58c5963e96d12b /src/core | |
parent | 772187cdf0ff9dfafd2e693474c51eeddfe4c800 (diff) |
Fixing json doc.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/json/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/json/json.h b/src/core/json/json.h index b78b42a5b2..cac18ad885 100644 --- a/src/core/json/json.h +++ b/src/core/json/json.h @@ -53,7 +53,7 @@ typedef struct grpc_json { } grpc_json; /* 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. * * They assume UTF-8 input stream, and will output UTF-8 encoded |