summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrimio <vasi.vilvoiu@gmail.com>2019-02-12 11:10:09 +0200
committerrimio <vasi.vilvoiu@gmail.com>2019-02-12 11:10:09 +0200
commit9102cfaca3d36f5a4fdbb4a30ceb0f2d86cae578 (patch)
treef0c51a14381f1a132edff10987aaa0f64a824c65
parent05240ffbd8039542df32918e1b72d90e7fda2381 (diff)
Typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56969f9..1bec0ca 100644
--- a/README.md
+++ b/README.md
@@ -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;