diff --git a/src/Object.h b/src/Object.h index 8becc2add..ffd5b0d21 100644 --- a/src/Object.h +++ b/src/Object.h @@ -191,7 +191,7 @@ class MAGNUM_EXPORT Object { * * Recursively calls setDirty() on every child. If the object is already * marked as dirty, the function does nothing. - * @attention Reimplementations must also call this function! + * @attention Reimplementations must call also this function! */ virtual void setDirty(); @@ -201,7 +201,7 @@ class MAGNUM_EXPORT Object { * Recursively calls setClean() on every parent. Default implementation * only marks the object as clean, but if the object does any caching, * this function should be reimplemented to regenerate the cache. - * @attention Reimplementations must also call this function! + * @attention Reimplementations must call also this function! */ virtual void setClean();