Skip to content

Commit

Permalink
Typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Feb 22, 2019
1 parent a76096e commit 76b17d9
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 @@ -98,7 +98,7 @@ void accessExample()
// even if their traced values don't exist at the time of calling.
assert(legilimens::findCategoryByName("my_class.a")); // Non-null even if there are no instances of MyClass
assert(legilimens::findCategoryByName("foo.local")); // Non-null even if foo() is never invoked
assert(legilimens::findCategoryByIndex(3)); // Non-null because there are >3 probes
assert(legilimens::findCategoryByIndex(3)); // Non-null because there are >3 probe categories
}
```
Expand Down

0 comments on commit 76b17d9

Please sign in to comment.