We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec8f16 commit 57a9f88Copy full SHA for 57a9f88
src/symbolize/mod.rs
@@ -66,7 +66,7 @@ pub fn resolve<F: FnMut(&Symbol)>(addr: *mut c_void, cb: F) {
66
/// Resolve a previously capture frame to a symbol, passing the symbol to the
67
/// specified closure.
68
///
69
-/// This functin performs the same function as `resolve` except that it takes a
+/// This function performs the same function as `resolve` except that it takes a
70
/// `Frame` as an argument instead of an address. This can allow some platform
71
/// implementations of backtracing to provide more accurate symbol information
72
/// or information about inline frames for example. It's recommended to use this
0 commit comments