Skip to content

Commit 4da20e6

Browse files
authored
Fix spelling in pattern documentation
1 parent 1cf0f30 commit 4da20e6

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)