Skip to content

Commit c7fe3e1

Browse files
committed
Fix doc comment typo
1 parent 591952f commit c7fe3e1

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)