Remove misplaced comma

This commit is contained in:
Chris Thrasher 2024-05-12 20:11:29 -05:00
parent 742dffa0de
commit 8c9fa1087e

View File

@ -63,7 +63,7 @@ public:
/// This function uses its own thread so that it doesn't block
/// the rest of the program while the capture runs.
/// Please note that only one capture can happen at the same time.
/// You can select which capture device will be used, by passing
/// You can select which capture device will be used by passing
/// the name to the setDevice() method. If none was selected
/// before, the default capture device will be used. You can get a
/// list of the names of all available capture devices by calling