From 9102cfaca3d36f5a4fdbb4a30ceb0f2d86cae578 Mon Sep 17 00:00:00 2001 From: rimio Date: Tue, 12 Feb 2019 11:10:09 +0200 Subject: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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; -- cgit v1.2.3