Skip to content

Commit 7255c85

Browse files
authored
Fix classdesc of Sprite class
1 parent 43eac38 commit 7255c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scene/sprite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const spriteIndices = [
2323
* @class
2424
* @name Sprite
2525
* @augments EventHandler
26-
* @classdesc A Sprite is contains references to one or more frames of a {@link TextureAtlas}.
26+
* @classdesc A Sprite contains references to one or more frames of a {@link TextureAtlas}.
2727
* It can be used by the {@link SpriteComponent} or the {@link ElementComponent} to render a
2828
* single frame or a sprite animation.
2929
* @param {GraphicsDevice} device - The graphics device of the application.

0 commit comments

Comments
 (0)