From d2364259f6a178892d672db4ca357c39c49a7b2f Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Sep 2020 13:48:45 +0100 Subject: [PATCH] update readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index e75fcfc..a56a702 100644 --- a/README.org +++ b/README.org @@ -105,7 +105,7 @@ fn try_things_internal() -> GhostResult // On nightly, we can propagage `GHOST_TSuccess` directly here, but it's still more desireable for us to have a `Result` instead of an integer in Rust, so this is still preferrable. { unsafe { - eturns_tsuccess()?; + returns_tsuccess()?; } Ok(())