Skip to content

Commit 97e5ee9

Browse files
authored
Merge pull request #164 from jonboulle/patch-1
2 parents 1cf0f30 + 4da20e6 commit 97e5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ impl fmt::Display for PatternError {
524524
/// - `*` matches any (possibly empty) sequence of characters.
525525
///
526526
/// - `**` matches the current directory and arbitrary
527-
/// subdirectories. To match files in arbitrary subdiretories, use
527+
/// subdirectories. To match files in arbitrary subdirectories, use
528528
/// `**/*`.
529529
///
530530
/// This sequence **must** form a single path component, so both

0 commit comments

Comments
 (0)