Skip to content

Commit 0423ced

Browse files
committed
fix doc
1 parent 3154c84 commit 0423ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/scenic/primitive/sprites.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ defmodule Scenic.Primitive.Sprites do
4343
Sprites are common in the game industry and can be used to
4444
create animations, manage large numbers of small images and more.
4545
46-
For example, in many games a character walking is built as a series
46+
For example, in many games a character walking is built as a series
4747
of frames in an animation that all live together in a single image
4848
file. When it comes time to draw, the different frames are rendered
49-
to the screen on after the other to give the appearance that the
49+
to the screen one after the other to give the appearance that the
5050
character is animating.
5151
5252
A simpler example would be an image of a device with a blinking

0 commit comments

Comments
 (0)