From 90e6b54be60da2ed72aa748e52723033a3eac4b2 Mon Sep 17 00:00:00 2001 From: Stuart Carnie Date: Sat, 18 Sep 2021 10:40:08 +1000 Subject: [PATCH] chore: Fix doc comment --- Source/OEGameCoreHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OEGameCoreHelper.h b/Source/OEGameCoreHelper.h index 1054b3a..4262955 100644 --- a/Source/OEGameCoreHelper.h +++ b/Source/OEGameCoreHelper.h @@ -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;