We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf0f30 + 4da20e6 commit 97e5ee9Copy full SHA for 97e5ee9
src/lib.rs
@@ -524,7 +524,7 @@ impl fmt::Display for PatternError {
524
/// - `*` matches any (possibly empty) sequence of characters.
525
///
526
/// - `**` matches the current directory and arbitrary
527
-/// subdirectories. To match files in arbitrary subdiretories, use
+/// subdirectories. To match files in arbitrary subdirectories, use
528
/// `**/*`.
529
530
/// This sequence **must** form a single path component, so both
0 commit comments