From d69b762bd2163ca84d5af0e4b8bbc0cc4a4a15cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arcangelo=20Chin=C3=A8?= <89729247+arcangelochine@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:35:59 +0100 Subject: [PATCH] Fix typo in Layer.hpp documentation comment --- tmxlite/include/tmxlite/Layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmxlite/include/tmxlite/Layer.hpp b/tmxlite/include/tmxlite/Layer.hpp index 01d8fa1..ec0e90d 100644 --- a/tmxlite/include/tmxlite/Layer.hpp +++ b/tmxlite/include/tmxlite/Layer.hpp @@ -77,7 +77,7 @@ namespace tmx /*! \brief Returns a Type value representing the concrete type. - Use this when deciding which conrete layer type to use when + Use this when deciding which concrete layer type to use when calling the templated function getLayerAs() */ virtual Type getType() const = 0;