From 24d27945549c06dc252e7ef47c356419e49243dd Mon Sep 17 00:00:00 2001 From: James Groom Date: Thu, 25 Apr 2024 14:14:04 +1000 Subject: [PATCH] Fix typo in doc comment fixes df36aaaa1 --- src/BizHawk.Client.Common/config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/config/Config.cs b/src/BizHawk.Client.Common/config/Config.cs index 2d70d9a82a..695b89eb02 100644 --- a/src/BizHawk.Client.Common/config/Config.cs +++ b/src/BizHawk.Client.Common/config/Config.cs @@ -280,7 +280,7 @@ namespace BizHawk.Client.Common /// /// volume level; interpreted as a percentage (i.e. scaled down to 0.0..1.0) - /// and passed to the platform audio implementation, which should use it as a simple multiplier on each sample;
+ /// and passed to the platform audio implementation, which should use it as a simple multiplier on each sample;
/// so 0 is scale each sample by 0x (mute),100 is scale each sample by 1x (preserve full volume), /// 50 is scale each sample by 0.5x (≈ -3 dB), and 25 is scale each sample by 0.25x (≈ -6 dB) ///