Skip to content

Commit 33fc2f3

Browse files
committed
Fix glob comment
1 parent a412a88 commit 33fc2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file_matching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::git::{FileInfo, FileType};
66
#[derive(Debug, Deserialize)]
77
#[serde(rename_all = "snake_case")]
88
pub enum MatchExpression {
9-
/// Matches a Glob (* and ?).
9+
/// Matches a Glob (* and ? and **).
1010
#[serde(with = "crate::serde_glob")]
1111
Glob(glob::Pattern),
1212
/// Matches a regex on the path.

0 commit comments

Comments
 (0)