Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-10-14 17:09:36 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-14 17:09:36 +0300
commitd2dbee304ff87d916dc7b7f18a5015b1db94f036 (patch)
treeda365fc9751942481e1dbe6eb34ffa5e05f3c6ba /README.md
parent07abaaec4c94de478f038c4bb9b805d859026b0e (diff)
Typo fix.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7319f73e..17ed56e4 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Tracy is able to capture and draw value changes over time. You may use it to ana
#### Message log
-Fast navigation in large data set and correlation of zones with what was happening in application may be difficult. To ease these issues tracy provides a message log functionality. You can send messages (for example, your typical debug output) using the `TracyMessage( text, size )` macro (tracy will allocate memory for message storage). Messages are displayed on a chronological list and on the zone view.
+Fast navigation in large data set and correlation of zones with what was happening in application may be difficult. To ease these issues tracy provides a message log functionality. You can send messages (for example, your typical debug output) using the `TracyMessage( text, size )` macro (tracy will allocate memory for message storage). Messages are displayed on a chronological list and in the zone view.
![](doc/messages.png)