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 69f17cf commit d94a8a1Copy full SHA for d94a8a1
README.md
@@ -25,7 +25,7 @@ Next classes provide search functionality:
25
* Methods that have "Fast" ending divide task on several
26
subtasks that executes simultaneously in thread pool.
27
* Methods that have "Async" ending return Task and don't block the called thread.
28
- * First group of methods accept 2 parameters:
+ * First group of methods accepts 2 parameters:
29
* `string folder` - start search directory
30
* `string pattern` - the search string to match against the names of files in path.
31
This parameter can contain a combination of valid literal path and wildcard (* and ?)
0 commit comments