From 8c9fa1087e197f1575caf656fc4ecb98d376ce93 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sun, 12 May 2024 20:11:29 -0500 Subject: [PATCH] Remove misplaced comma --- include/SFML/Audio/SoundRecorder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Audio/SoundRecorder.hpp b/include/SFML/Audio/SoundRecorder.hpp index 50e135ebd..dd9548816 100644 --- a/include/SFML/Audio/SoundRecorder.hpp +++ b/include/SFML/Audio/SoundRecorder.hpp @@ -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