Unverified Commit f5a27250 authored by Alexander Zaitsev's avatar Alexander Zaitsev Committed by GitHub

Fix typo in Android example

parent 1aace95c
...@@ -305,7 +305,7 @@ void syslog_example() ...@@ -305,7 +305,7 @@ void syslog_example()
--- ---
#### Android example #### Android example
```c++ ```c++
#incude "spdlog/sinks/android_sink.h" #include "spdlog/sinks/android_sink.h"
void android_example() void android_example()
{ {
std::string tag = "spdlog-android"; std::string tag = "spdlog-android";
......
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