From d0433f54c8c49ebbd5d50eb35913f5289dead52b Mon Sep 17 00:00:00 2001 From: syimyuzya Date: Sat, 4 Dec 2021 17:14:53 +0800 Subject: [PATCH] Remove trailing space in the doc --- font_api/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font_api/API.md b/font_api/API.md index c77085f..51ffc20 100644 --- a/font_api/API.md +++ b/font_api/API.md @@ -200,5 +200,5 @@ Builds texture for a multiline colored text. - `halign`: Horizontal text align: "left"/"center"/"right" (default "center") - `valign`: Vertical text align: "top"/"middle"/"bottom" (default "middle") - `color`: Color of the text (default black) - + Note: When used in formspec, be sure to **escape** the texture string with `minetest.formspec_escape`.