Update README.md

This commit is contained in:
Gabi Melman 2021-07-14 16:30:54 +03:00 committed by GitHub
parent 7636f1f659
commit 70d2832c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ void daily_example()
---
#### Backtrace support
```c++
// Instead of actual logging, debug messages can be stored in a ring buffer for a later use.
// Debug messages can be stored in a ring buffer instead of being logged immediately.
// This is useful in order to display debug logs only when really nededed (e.g. when error happens).
// When needed, call dump_backtrace() to see them.