From a973891bab5ad2fda1162b071dbdc299dd6b46f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 21 May 2024 18:41:44 +0200 Subject: [PATCH] Text: doc++ --- src/Magnum/Text/AbstractFont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Text/AbstractFont.h b/src/Magnum/Text/AbstractFont.h index 646805d7d..26952a827 100644 --- a/src/Magnum/Text/AbstractFont.h +++ b/src/Magnum/Text/AbstractFont.h @@ -544,7 +544,7 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin { * @ref glyphCount(). * * On success returns @cpp true @ce. On failure, for example if the - * @p cache doesn't have expected format or the @p characters can't + * @p cache doesn't have expected format or the @p glyphs can't * fit, prints a message to @relativeref{Magnum,Error} and returns * @cpp false @ce. */