From 6f3bb7cbe75bbf846ae51fa6c42d0eb6934c394b Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Sep 2020 13:42:30 +0100 Subject: [PATCH] update readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d81faad..d0408d3 100644 --- a/README.org +++ b/README.org @@ -94,7 +94,7 @@ #+END_SRC **** Error handling - I have provided an idiomatic Rust error handling module, with conversion and interop between the C ABI ~GHOST_TSuccess~ and the Rust ~error::GhostError~. + 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. On =nightly= Rust versions, values of type ~GHOST_TSuccess~ can be propagated directly with ~?~, but on stable they must be propagated through ~GhostResult~: