updating docs for min system

This commit is contained in:
Stefan Csomor
2020-07-04 21:28:13 +02:00
parent 89761300c8
commit 6cab9052b8
8 changed files with 12 additions and 15 deletions

View File

@@ -85,7 +85,7 @@ public:
Additionally a file mask can be specified to include only files
matching that particular mask.
This method is implemented efficiently on MSW and OS X >= 10.7, but
This method is implemented efficiently on MSW and OS X, but
should be used with care on other platforms for directories with lots
of children (e.g. the root directory) as it calls Add() for each
subdirectory, potentially creating a lot of watches and taking a long