Skip to content

Commit 33af2c4

Browse files
authored
Merge pull request #1199 from spenserblack/type
Fix doc comment typo
2 parents 591952f + c7fe3e1 commit 33af2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl StatusOptions {
151151
self.flag(raw::GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS, include)
152152
}
153153

154-
/// Indicates that the given paths should be treated as literals paths, note
154+
/// Indicates that the given paths should be treated as literals paths, not
155155
/// patterns.
156156
pub fn disable_pathspec_match(&mut self, include: bool) -> &mut StatusOptions {
157157
self.flag(raw::GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH, include)

0 commit comments

Comments
 (0)