Merge pull request #893 from ZaMaZaN4iK/ZaMaZaN4iK-patch-1

Fix typo in Android example
This commit is contained in:
Gabi Melman
2018-11-07 11:05:22 +02:00
committed by GitHub

View File

@@ -305,7 +305,7 @@ void syslog_example()
---
#### Android example
```c++
#incude "spdlog/sinks/android_sink.h"
#include "spdlog/sinks/android_sink.h"
void android_example()
{
std::string tag = "spdlog-android";