Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jul 14, 2021
1 parent 7636f1f commit 70d2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 70d2832

Please sign in to comment.