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

Fix typo in Android example
pull/1084/head
Gabi Melman 7 years ago committed by GitHub
commit f14a4c0b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save