Skip to content

Commit 335e0b5

Browse files
authored
Fix typo in Sprite::SaveAs() (fix #108)
1 parent bb74e36 commit 335e0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/sprite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ Crops the sprite to the given dimensions. See the
260260
sprite:saveAs(filename)
261261
```
262262

263-
Saves the sprite to the given file and mark the sprite as saved so
264-
closing it doesn't will ask to save changes.
263+
Saves the sprite to the given file and marks the sprite as saved so
264+
closing it won't ask to save changes.
265265

266266
## Sprite:saveCopyAs()
267267

0 commit comments

Comments
 (0)