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.
2 parents 29cbc03 + f37fee7 commit 23a34e5Copy full SHA for 23a34e5
src/blame.rs
@@ -121,7 +121,7 @@ impl<'blame> BlameHunk<'blame> {
121
122
/// Returns path to the file where this hunk originated.
123
///
124
- /// Note: `None` could be returned for non-unicode paths on Widnows.
+ /// Note: `None` could be returned for non-unicode paths on Windows.
125
pub fn path(&self) -> Option<&Path> {
126
unsafe {
127
if let Some(bytes) = crate::opt_bytes(self, (*self.raw).orig_path) {
0 commit comments