From bf5d23fc2d155b71c9aea316475b34800fae2fbd Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Sep 2020 13:45:04 +0100 Subject: [PATCH] update readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 8226843..1fd53e6 100644 --- a/README.org +++ b/README.org @@ -93,7 +93,7 @@ } #+END_SRC - This trait is sealed, and we have it already implemented for all handle types, so you rarely need to use it yourself, unless as a bound where you want something to operate on or contains any type of handle. + This trait is sealed, and we have it already implemented for all handle types, so you rarely need to use it yourself, unless as a bound where you want something to operate on or contain any type of handle. **** Error handling There is provided an idiomatic Rust error handling module, with conversion and interop between the C ABI ~GHOST_TSuccess~ and the Rust ~error::GhostError~. There is also the type alias ~GhostResult~ provided.