From e4eefeba06b4fcc7feaa6229411091934dffb479 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Mon, 16 Sep 2019 22:48:21 +0200 Subject: [PATCH] Small documentation fixes --- docs/lang/preprocessor.md | 2 +- docs/stdlib/input.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lang/preprocessor.md b/docs/lang/preprocessor.md index 1c5e827b..20fe7e13 100644 --- a/docs/lang/preprocessor.md +++ b/docs/lang/preprocessor.md @@ -141,7 +141,7 @@ TODO ### `#fatal/#error/#warn/#info` - #error fatal error message + #fatal fatal error message #error error message #warn warning message #info informational message diff --git a/docs/stdlib/input.md b/docs/stdlib/input.md index edb48e16..b694e317 100644 --- a/docs/stdlib/input.md +++ b/docs/stdlib/input.md @@ -13,7 +13,7 @@ Horizontal joystick movement. 1 if right, -1 if left, 0 if neither. #### `sbyte input_dy` -Vertical joystick movement. 1 if right, -1 if left, 0 if neither. +Vertical joystick movement. 1 if down, -1 if up, 0 if neither. #### `byte input_btn`