Skip to content

Commit

Permalink
a -> an
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnormalPoof authored and EliteMasterEric committed Feb 14, 2025
1 parent 9b774e3 commit 6466b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/stage/Stage.hx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef StagePropGroup = FlxTypedSpriteGroup<StageProp>;
/**
* A Stage is a group of objects rendered in the PlayState.
*
* A Stage is comprised of one or more props, each of which is a FlxSprite.
* A Stage is comprised of one or more props, each of which is an FlxSprite.
*/
class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass implements IRegistryEntry<StageData>
{
Expand Down

0 comments on commit 6466b88

Please sign in to comment.