diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2019-02-12 11:10:09 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2019-02-12 11:10:09 +0200 |
| commit | 9102cfaca3d36f5a4fdbb4a30ceb0f2d86cae578 (patch) | |
| tree | f0c51a14381f1a132edff10987aaa0f64a824c65 | |
| parent | 05240ffbd8039542df32918e1b72d90e7fda2381 (diff) | |
Typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ ecbor_error_t rc = ecbor_get_tag_item_ptr (&tag, &item_ptr); **IMPORTANT:** Note that the `*_ptr` versions of the APIs work only in *tree* mode. -TO retrieve the payload of definite strings and binary strings: +To retrieve the payload of definite strings and binary strings: ```c const char *c_str = NULL; |
