diff --git a/platform/src/font.png b/platform/src/font.png index b262f4b..e1a08d8 100644 Binary files a/platform/src/font.png and b/platform/src/font.png differ diff --git a/platform/src/font.pxo b/platform/src/font.pxo index 47b9bf2..32b9585 100644 Binary files a/platform/src/font.pxo and b/platform/src/font.pxo differ diff --git a/site/content/docs.md b/site/content/docs.md index 205e9a8..399a44f 100644 --- a/site/content/docs.md +++ b/site/content/docs.md @@ -47,7 +47,7 @@ Returns the arccosine of `x`. Returns the arctangent of `x`. -### fn atan2(y: f32, y: f32) -> f32 +### fn atan2(y: f32, x: f32) -> f32 Returns the angle between the point `(x, y)` and the positive x-axis.