Skip to content

Commit 2d0547e

Browse files
authored
Update README
1 parent 8a0ebfe commit 2d0547e

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
@@ -23,7 +23,7 @@ Next classes provide search functionality:
2323
* Classes `FilesSearcher` and `DirectorySearcher` contain static method that allow execute search by different criteria.
2424
These methods return result only when they fully complete execution.
2525
* Methods that have "Fast" ending divide task on several
26-
subtasks that executes simultaneously in thread pool.
26+
subtasks that execute simultaneously in thread pool.
2727
* Methods that have "Async" ending return Task and don't block the called thread.
2828
* First group of methods accepts 2 parameters:
2929
* `string folder` - start search directory

0 commit comments

Comments
 (0)