Skip to content

Commit d94a8a1

Browse files
authored
Update README
1 parent 69f17cf commit d94a8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Next classes provide search functionality:
2525
* Methods that have "Fast" ending divide task on several
2626
subtasks that executes simultaneously in thread pool.
2727
* Methods that have "Async" ending return Task and don't block the called thread.
28-
* First group of methods accept 2 parameters:
28+
* First group of methods accepts 2 parameters:
2929
* `string folder` - start search directory
3030
* `string pattern` - the search string to match against the names of files in path.
3131
This parameter can contain a combination of valid literal path and wildcard (* and ?)

0 commit comments

Comments
 (0)