From e3b06df6eb6f9f3cb4cf1fdd337aa37313a3085c Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Thu, 7 Nov 2019 08:24:57 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3ffc8..2fa01e2 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ The excellent [libccv](http://libccv.org) project also made a couple of networks Because we reuse the same code across a lot of different platforms, we use a plain-old C interface to our library. All of the handles to different objects are -opaque pointers, and you have to explictly call the `*_destroy_*` function on any +opaque pointers, and you have to explicitly call the `*_destroy_*` function on any handles that have been returned from `*_create_*` calls if you want to avoid memory leaks. Input images are created from raw arrays of 8-bit RGB data, you can see how to build those from iOS types by searching for `jpcnn_create_image_buffer()` in the