Browse Source

fixing comment in benchmark class.

Taylor Otwell 13 years ago
parent
commit
39c9211f28
1 changed files with 1 additions and 2 deletions
  1. 1 2
      laravel/benchmark.php

+ 1 - 2
laravel/benchmark.php

@@ -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