From 60eb6c39c2171bc2667761d1849c7f9a5ddc8c86 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 20 Oct 2025 19:44:40 +0100 Subject: [PATCH] TileSetAtlasSource: Fix and/an docstring typo --- doc/classes/TileSetAtlasSource.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TileSetAtlasSource.xml b/doc/classes/TileSetAtlasSource.xml index 494bd4a7030..767868d163e 100644 --- a/doc/classes/TileSetAtlasSource.xml +++ b/doc/classes/TileSetAtlasSource.xml @@ -52,7 +52,7 @@ - If [member use_texture_padding] is [code]false[/code], returns [member texture]. Otherwise, returns and internal [ImageTexture] created that includes the padding. + If [member use_texture_padding] is [code]false[/code], returns [member texture]. Otherwise, returns an internal [ImageTexture] created that includes the padding.