From: Ralf Jung Date: Mon, 28 Sep 2020 17:34:18 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=b1837d0bc9b8bab3bada98c655b39055fc5d8750;p=rust.git fix typo --- diff --git a/README.md b/README.md index b84102598c1..2b015104828 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ extern "Rust" { /// ``` /// /// The fields must be declared in exactly the same order as they appear in `MiriFrame` above. - /// This function can be called on any thread (not just the one which obtained `frame`) + /// This function can be called on any thread (not just the one which obtained `frame`). fn miri_resolve_frame(frame: *mut (), flags: u64) -> MiriFrame; /// Miri-provided extern function to begin unwinding with the given payload.