emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

Maybe a minor typo in `index.html` #143

Closed tan-wei closed 4 years ago

tan-wei commented 4 years ago

At the line 435 of index.html:

const char+ main_thread_name = "main thread";

I think it should be a minor typo here, the + should be replaced by *:

const char* main_thread_name = "main thread";
tan-wei commented 4 years ago

144 will fix this.

tan-wei commented 4 years ago

Closed by #144