Unverified Commit 2a9edb21 authored by Nandan V's avatar Nandan V Committed by GitHub

Minor typo

parent be14e60d
......@@ -129,7 +129,7 @@ void daily_example()
#include "spdlog/cfg/env.h"
void load_levels_example()
{
// Set the log level to "info" and mylogger to to "trace":
// Set the log level to "info" and mylogger to "trace":
// SPDLOG_LEVEL=info,mylogger=trace && ./example
spdlog::cfg::load_env_levels();
// or from command line:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment