From 2963b9f07fff381a40ccbfb5a48cabf5fc5e8943 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 1 Sep 2020 12:24:11 +0300 Subject: [PATCH] Updated comment --- include/spdlog/stopwatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/stopwatch.h b/include/spdlog/stopwatch.h index 770ddea1..b84fb61b 100644 --- a/include/spdlog/stopwatch.h +++ b/include/spdlog/stopwatch.h @@ -18,7 +18,7 @@ // // If other units are needed (e.g. millis instead of double), include "fmt/chrono.h" and use "duration_cast<..>(sw.elapsed())": // -// #include +// #include //.. // using std::chrono::duration_cast; // using std::chrono::milliseconds;