Skip to content

Commit 57a9f88

Browse files
authored
fix typo (#444)
1 parent aec8f16 commit 57a9f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub fn resolve<F: FnMut(&Symbol)>(addr: *mut c_void, cb: F) {
6666
/// Resolve a previously capture frame to a symbol, passing the symbol to the
6767
/// specified closure.
6868
///
69-
/// This functin performs the same function as `resolve` except that it takes a
69+
/// This function performs the same function as `resolve` except that it takes a
7070
/// `Frame` as an argument instead of an address. This can allow some platform
7171
/// implementations of backtracing to provide more accurate symbol information
7272
/// or information about inline frames for example. It's recommended to use this

0 commit comments

Comments
 (0)