chore: Fix doc comment

This commit is contained in:
Stuart Carnie
2021-09-18 10:40:08 +10:00
parent 08af8ff90c
commit 90e6b54be6
+1 -1
View File
@@ -58,7 +58,7 @@ typedef NS_ENUM(NSUInteger, OEGameCoreEffectsMode) {
/*!
* Adjust the output volume of the core.
* @param value The new volume level, from @c [0, 1.0]
* @param value The new volume level, from @c [0,1.0]
*/
- (void)setVolume:(CGFloat)value;