Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gniquil committed Apr 7, 2015
1 parent fdf9999 commit 3486b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Disable `**` matching against multiple folder names.
Allow patterns to match filenames starting with a period, even if the pattern
does not explicitly have a period in that spot.

Note that by default, a/**/b will not match a/.d/b, unless dot is set, e.g.
Note that by default, `a/**/b` will not match `a/.d/b`, unless dot is set, e.g.
`match("a/**/b", "a/.d/b", %{dot: true})`

### noext
Expand Down
2 changes: 1 addition & 1 deletion lib/ex_minimatch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule ExMinimatch do
Allow patterns to match filenames starting with a period, even if the pattern
does not explicitly have a period in that spot.
Note that by default, a/**/b will not match a/.d/b, unless dot is set, e.g.
Note that by default, `a/**/b` will not match `a/.d/b`, unless dot is set, e.g.
`match("a/**/b", "a/.d/b", %{dot: true})`
### noext
Expand Down

0 comments on commit 3486b06

Please sign in to comment.