Skip to content

Commit a9dfc88

Browse files
authored
Fix grammar
It repeats **a method**, not _a methods_.
1 parent 1f681ec commit a9dfc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>
3535
<h3>
3636
<a id="what-does" class="anchor" href="#what-does" aria-hidden="true"><span class="octicon octicon-link"></span></a>How does it work?</h3>
3737

38-
<p>It repeats a methods in benchmarking class and tells you the average time it takes to execute the method.</p>
38+
<p>It repeats a method in benchmarking class and tells you the average time it takes to execute the method.</p>
3939

4040
<p>It also: performs multiple <b>iterations</b>, generates <b>reports</b>, provides <b>statistics</b> (including standard deviation and z-values), enforces <b>stability</b>, supports different <b>time units</b> and output <b>modes</b> and lots more.
4141
</p>

0 commit comments

Comments
 (0)