Reword a sentence in documentation.

This commit is contained in:
Andrius Štikonas 2017-10-02 23:43:39 +01:00
parent 2b428f4f4f
commit 536e7585bd
1 changed files with 2 additions and 2 deletions

View File

@ -74,13 +74,13 @@ result in undefined behavior.
### Devices [FIXME: WIP]
After the backend is initialized you can scan for available devices.
If you want only devices from the loaded backend you can call
If you only want devices from the loaded backend you can call
```
QList<Device*> devices = backend->scanDevices( excludeReadOnly );
```
where bool option `excludeReadOnly` specified whether to exclude
where `bool` option `excludeReadOnly` specified whether to exclude
read only devices.
#### KPMcore device scanner