Skip to content

Commit

Permalink
Fix some more typos (martinus#77 follow-up)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schulze committed Nov 18, 2022
1 parent 2fa528d commit 203d75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/nanobench.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class BigO;
*
* * `{{relative}}` True or false, depending on the setting you have used. See Bench::relative().
*
* * `{{context(variableName)}} See Bench::context().
* * `{{context(variableName)}}` See Bench::context().
*
* Apart from these tags, it is also possible to use some mathematical operations on the measurement data. The operations
* are of the form `{{command(name)}}`. Currently `name` can be one of `elapsed`, `iterations`. If performance counters
Expand Down Expand Up @@ -698,7 +698,7 @@ class Bench {
/**
* @brief Reset context information.
*
* This may be improve efficiency when using many context entries,
* This may improve efficiency when using many context entries,
* or improve robustness by removing spurious context entries.
*
* @see context()
Expand Down

0 comments on commit 203d75a

Please sign in to comment.