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(())