]> git.lizzy.rs Git - rust.git/commitdiff
fix typo
authorRalf Jung <post@ralfj.de>
Mon, 28 Sep 2020 17:34:18 +0000 (19:34 +0200)
committerAaron Hill <aa1ronham@gmail.com>
Mon, 28 Sep 2020 17:44:46 +0000 (13:44 -0400)
README.md

index b84102598c1555c8a9d18e03a1143c705fd6149c..2b015104828e98d82d5311bcc5546dcdc683a801 100644 (file)
--- 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.