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. */