Skip to content

Commit 540cd89

Browse files
committed
Merge pull request #49 from tshepang/patch-1
doc: small fixes to the intro
2 parents 04809ad + 28f33fa commit 540cd89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
//! type, allow querying the filesystem for all files that match a particular
1515
//! pattern - just like the libc `glob` function (for an example see the `glob`
1616
//! documentation). The methods on the `Pattern` type provide functionality
17-
//! for checking if individual paths match a particular pattern - in a similar
18-
//! manner to the libc `fnmatch` function
17+
//! for checking if individual paths match a particular pattern, in a similar
18+
//! manner to the libc `fnmatch` function.
19+
//!
1920
//! For consistency across platforms, and for Windows support, this module
2021
//! is implemented entirely in Rust rather than deferring to the libc
2122
//! `glob`/`fnmatch` functions.

0 commit comments

Comments
 (0)