Fix typo in comment

This commit is contained in:
Dean Herbert 2020-11-14 18:05:51 +09:00
parent 7ac4d2c4be
commit deea75b2e9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ private void updateState(DrawableHitObject hitObject, ArmedState state)
switch (hitObject)
{
default:
// there are quite a few drawable hit types we don't want to extent (spinners, ticks etc.)
// there are quite a few drawable hit types we don't want to extend (spinners, ticks etc.)
return;
case DrawableSlider _: