Browse Source

Tweak comment in ioc class.

Taylor Otwell 13 years ago
parent
commit
2a27e5d3e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/ioc.php

+ 1 - 1
laravel/ioc.php

@@ -67,7 +67,7 @@ class IoC {
 	 * Register an object as a singleton.
 	 *
 	 * Singletons will only be instantiated the first time they are resolved.
-	 * On subsequent requests for the object, the original instance will be returned.
+	 * The same instance will be returned on subsequent requests.
 	 *
 	 * @param  string   $name
 	 * @param  Closure  $resolver