Skip to content

Commit 47d40a0

Browse files
authored
small doc fix (#2422)
1 parent 41917ae commit 47d40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ These are the breaking API changes. Use this as a quick reference for updating 2
165165
* `LBWH(left, bottom, width, height)`
166166
* `XYWH(x, y, width, height, anchor = AnchorPoint.CENTER)`
167167
* `XYRR(center_x, center_y, half_width, half_height)` (this is mostly used for GL.)
168-
* `Viewport(left, right, width, height)` (where all inputs are `int`s.)
168+
* `Viewport(left, bottom, width, height)` (where all inputs are `int`s.)
169169
* Several properties in the library now return a `Rect`:
170170
* `Window.rect`
171171
* `BasicSprite.rect`

0 commit comments

Comments
 (0)