Commit 39c9211f by Taylor Otwell

fixing comment in benchmark class.

parent d03e8ea9
......@@ -12,8 +12,7 @@ class Benchmark {
/**
* Start a benchmark.
*
* After starting a benchmark, the elapsed time in milliseconds can be
* retrieved using the "check" method.
* After starting a benchmark, the elapsed time in milliseconds may be retrieved via the "check" method.
*
* @param string $name
* @return void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment