Skip to content

Commit 401cf8d

Browse files
authored
Update README.md
1 parent cb7f18e commit 401cf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BadAccessGuards
22

3-
This library makes it possible to detect most race conditions involving (but not only) containers through their instrumentation, at a minimal runtime cost.
3+
This C++ library makes it possible to detect most race conditions involving (but not only) containers through their instrumentation, at a minimal runtime cost.
44

55
Finding race conditions and bad access patterns usually involves sanitizers or special programs such as Valgrind.
66
Those are however seldom run because they can have a heavy runtime performance cost.
@@ -66,7 +66,7 @@ As a bonus, we also get detection of memory use-after-free and corruption for fr
6666

6767
Examples are available in [./examples](./examples).
6868

69-
How it looks in Visual Studio(from an error caught in production where we append decoded frames to a list while reading it):
69+
Here is how it looks in Visual Studio(error caught in production, we were appending decoded frames to a collection while reading it):
7070

7171
![Race condition in production](./examples/FoundInProduction.png)
7272

0 commit comments

Comments
 (0)