Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Sep 1, 2020
1 parent a4a9bc4 commit 2963b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/stopwatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fmt/chrono.h>
// #include <spdlog/fmt/chrono.h>
//..
// using std::chrono::duration_cast;
// using std::chrono::milliseconds;
Expand Down

0 comments on commit 2963b9f

Please sign in to comment.