Skip to content

Commit 76b7dfa

Browse files
Minor language update (#10546)
1 parent 2d98e85 commit 76b7dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3066,7 +3066,7 @@ Benchmark::dd([
30663066

30673067
By default, the given callbacks will be executed once (one iteration), and their duration will be displayed in the browser / console.
30683068

3069-
To invoke a callback more than once, you may specify the number of iterations that the callback should be invoked as the second argument to the method. When executing a callback more than once, the `Benchmark` class will return the average amount of milliseconds it took to execute the callback across all iterations:
3069+
To invoke a callback more than once, you may specify the number of iterations that the callback should be invoked as the second argument to the method. When executing a callback more than once, the `Benchmark` class will return the average number of milliseconds it took to execute the callback across all iterations:
30703070

30713071
```php
30723072
Benchmark::dd(fn () => User::count(), iterations: 10); // 0.5 ms

0 commit comments

Comments
 (0)