Skip to content

Commit 1670f8c

Browse files
authored
fix typo
1 parent 2a2a93d commit 1670f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ extern "Rust" {
291291
/// ```
292292
///
293293
/// The fields must be declared in exactly the same order as they appear in `MiriFrame` above.
294-
/// This function can be called on any thread (not just the one which obtained `frame`)
294+
/// This function can be called on any thread (not just the one which obtained `frame`).
295295
fn miri_resolve_frame(frame: *mut (), flags: u64) -> MiriFrame;
296296

297297
/// Miri-provided extern function to begin unwinding with the given payload.

0 commit comments

Comments
 (0)