Skip to content

Commit c9779f0

Browse files
Spelling error in doc.
1 parent 7730a8f commit c9779f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KristofferStrube.Blazor.WebAudio/AudioNodes/AnalyserNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public async Task SetMinDecibelsAsync(double value)
188188
}
189189

190190
/// <summary>
191-
/// Gets a value from <c>0</c>0 to <c>1</c> where <c>0</c> represents no time averaging with the last analysis frame. The default value is <c>0.8</c>.
191+
/// Gets a value from <c>0</c> to <c>1</c> where <c>0</c> represents no time averaging with the last analysis frame. The default value is <c>0.8</c>.
192192
/// </summary>
193193
public async Task<double> GetSmoothingTimeConstantAsync()
194194
{

0 commit comments

Comments
 (0)