We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0ebfe commit 2d0547eCopy full SHA for 2d0547e
README.md
@@ -23,7 +23,7 @@ Next classes provide search functionality:
23
* Classes `FilesSearcher` and `DirectorySearcher` contain static method that allow execute search by different criteria.
24
These methods return result only when they fully complete execution.
25
* Methods that have "Fast" ending divide task on several
26
- subtasks that executes simultaneously in thread pool.
+ subtasks that execute simultaneously in thread pool.
27
* Methods that have "Async" ending return Task and don't block the called thread.
28
* First group of methods accepts 2 parameters:
29
* `string folder` - start search directory
0 commit comments