Skip to content

Commit bb3a593

Browse files
Fix typo in Repository::stash_save_ext() docs
1 parent fd18d99 commit bb3a593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/repo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3071,7 +3071,7 @@ impl Repository {
30713071
}
30723072
}
30733073

3074-
/// Like `stash_save` but with more options like selective statshing via path patterns.
3074+
/// Like `stash_save` but with more options like selective stashing via path patterns.
30753075
pub fn stash_save_ext(
30763076
&mut self,
30773077
opts: Option<&mut StashSaveOptions<'_>>,

0 commit comments

Comments
 (0)