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
commit f14a4c0b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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