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.
1 parent 1cf0f30 commit 4da20e6Copy full SHA for 4da20e6
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