Fix example

This commit is contained in:
gabime 2019-08-23 02:48:40 +03:00
parent 33f881ac8b
commit e085ba7fcc
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ int main(int, char *[])
spdlog::trace("Backtrace message 1");
spdlog::debug("Backtrace message 2");
spdlog::debug("Backtrace message 3");
spdlog::error("This should trigger backtrace!")
spdlog::error("This should trigger backtrace!");
try
{