Fix small typo in README

This commit is contained in:
Anton Mosich 2023-03-06 23:28:47 +01:00 committed by GitHub
parent f194715108
commit aee0a2879b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ display.rectangle(x, y, w, h)
* `x` - the destination X coordinate
* `y` - the destination Y coordinate
* `w` - the width
* `h` - the eight
* `h` - the height
#### Triangle