diff --git a/laravel/ioc.php b/laravel/ioc.php index 9adaea80..34e8f63c 100644 --- a/laravel/ioc.php +++ b/laravel/ioc.php @@ -67,7 +67,7 @@ public static function registered($name) * 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