Skip to content

Commit d5ef89f

Browse files
usmonsterisaacs
authored andcommitted
docs: Fix typo
1 parent cb4be48 commit d5ef89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ A number indicating the level of optimization that should be done
337337
to the pattern prior to parsing and using it for matches.
338338

339339
Globstar parts `**` are always converted to `*` when `noglobstar`
340-
is set, and multiple adjascent `**` parts are converted into a
340+
is set, and multiple adjacent `**` parts are converted into a
341341
single `**` (ie, `a/**/**/b` will be treated as `a/**/b`, as this
342342
is equivalent in all cases).
343343

0 commit comments

Comments
 (0)