Fix typo in Android example

This commit is contained in:
Alexander Zaitsev
2018-11-05 03:04:22 +03:00
committed by GitHub
parent 1aace95c8d
commit f5a27250b1

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";