diff --git a/src/Magnum/DebugTools/FrameProfiler.h b/src/Magnum/DebugTools/FrameProfiler.h index 1241c68d8..512a9411b 100644 --- a/src/Magnum/DebugTools/FrameProfiler.h +++ b/src/Magnum/DebugTools/FrameProfiler.h @@ -356,7 +356,7 @@ class MAGNUM_DEBUGTOOLS_EXPORT FrameProfiler { * * Returns a formatted string with names, means and units of all * measurements in the order they were added. If some measurement data - * is available yet, prints placeholder values for these; if the + * is not available yet, prints placeholder values for these. * @see @ref isMeasurementAvailable(), @ref isEnabled() */ std::string statistics() const;