Merge pull request #5343 from slobo/patch-1

Fix spelling descrive -> describe
This commit is contained in:
Salvatore Sanfilippo 2018-09-12 21:30:27 +02:00 committed by GitHub
commit b278d352c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) {
* points of the square. In order to rotate the square, we just start with * points of the square. In order to rotate the square, we just start with
* k = PI/4 + rotation_angle, and we are done. * k = PI/4 + rotation_angle, and we are done.
* *
* Of course the vanilla equations above will descrive the square inside a * Of course the vanilla equations above will describe the square inside a
* circle of radius 1, so in order to draw larger squares we'll have to * circle of radius 1, so in order to draw larger squares we'll have to
* multiply the obtained coordinates, and then translate them. However this * multiply the obtained coordinates, and then translate them. However this
* is much simpler than implementing the abstract concept of 2D shape and then * is much simpler than implementing the abstract concept of 2D shape and then