Skip to content

Commit 64233db

Browse files
authored
Update README.md
Typos...
1 parent 00f1e10 commit 64233db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ More information on how to build raylib can be found in the [raylib wiki pages](
5050

5151
### Constant values
5252

53-
All C `#define`s and `enum`s got translated to Python 'constants'. Enums were translated to
53+
All C `#define`s got translated to Python 'constants'. Enums got translated to
5454
Python [enums](https://docs.python.org/3/library/enum.html).
5555

5656
### Structures
@@ -204,4 +204,4 @@ though that these operators apply in positional fashion):
204204

205205
raylibpy has the extra module [`easings`](https://github.com/overdev/raylibpy/blob/master/raylibpy/easings.py) for animations.
206206

207-
The current plan it to translate [rayGui](https://github.com/raysan5/raygui) and add too.
207+
The current plan it to translate [rayGui](https://github.com/raysan5/raygui) and add it too.

0 commit comments

Comments
 (0)