From 2717fc6c0ff6481a3dcc42ab7f3eb0fd7f072a45 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sun, 12 Nov 2023 15:20:49 +0800 Subject: [PATCH] Fix typo in TextureServer.font_get_face_index description --- doc/classes/TextServer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml index a8a9964b10f5..f4246a8c504a 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -155,7 +155,7 @@ - Recturns an active face index in the TrueType / OpenType collection. + Returns an active face index in the TrueType / OpenType collection. @@ -169,7 +169,7 @@ - Returned bitmap font scaling mode. + Returns bitmap font scaling mode.