From 0a2ce4e8bdd3afbd25bbd103c91c0e36f8a14e09 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 22 Aug 2011 22:25:53 -0500 Subject: [PATCH] tweak file comment --- laravel/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/file.php b/laravel/file.php index ddb995df..676e8c8e 100644 --- a/laravel/file.php +++ b/laravel/file.php @@ -38,7 +38,7 @@ public static function append($path, $data) } /** - * Extract the extension from a file path. + * Extract the file extension from a file path. * * @param string $path * @return string