Skip to content

Commit 8d3f318

Browse files
authored
Remove accidental semicolon
1 parent f52c573 commit 8d3f318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/getting_to_know/howto/audio/HowTo_ChangePitchAndVolume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requireMSLicense: true
66

77
## Overview
88

9-
In this example, you will walk through the basics of dynamic sounds, using the more advanced [SoundEffectInstance](xref:Microsoft.Xna.Framework.Audio.SoundEffectInstance) cl;ass over the basic [SoundEffect.Play](xref:Microsoft.Xna.Framework.Audio.SoundEffect.Play) method used in [Playing a Sound](HowTo_PlayASound.md).
9+
In this example, you will walk through the basics of dynamic sounds, using the more advanced [SoundEffectInstance](xref:Microsoft.Xna.Framework.Audio.SoundEffectInstance) class over the basic [SoundEffect.Play](xref:Microsoft.Xna.Framework.Audio.SoundEffect.Play) method used in [Playing a Sound](HowTo_PlayASound.md).
1010

1111
## Using SoundEffectInstance
1212

0 commit comments

Comments
 (0)