From e53939c183503516b36bd589b8e748f7c60e48a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 28 Sep 2022 17:08:23 +0200 Subject: [PATCH] DebugTools: did I doze off in the middle of a sentence again? No idea what the rest was meant to be. --- src/Magnum/DebugTools/FrameProfiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;