Skip to content

Commit b8a4e2c

Browse files
Fixed misspelled xml-refs.
1 parent f16cb1c commit b8a4e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public async Task SetConeInnerAngleAsync(double value)
255255
}
256256

257257
/// <summary>
258-
/// Gets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGain"/>.
258+
/// Gets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGainAsync"/>.
259259
/// The default value is <c>360</c>.
260260
/// The behavior is undefined if the angle is outside the interval <c>[0, 360]</c>.
261261
/// </summary>
@@ -266,7 +266,7 @@ public async Task<double> GetConeOuterAngleAsync()
266266
}
267267

268268
/// <summary>
269-
/// Sets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGain"/>.
269+
/// Sets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGainAsync"/>.
270270
/// The default value is <c>360</c>.
271271
/// The behavior is undefined if the angle is outside the interval <c>[0, 360]</c>.
272272
/// </summary>

0 commit comments

Comments
 (0)