Browse Source

tweaking a comment.

Taylor Otwell 13 years ago
parent
commit
b9c45264b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/request.php

+ 1 - 1
laravel/request.php

@@ -24,7 +24,7 @@ class Request {
 	const spoofer = '__spoofer';
 
 	/**
-	 * Get the current request's URI.
+	 * Get the URI for the current request.
 	 *
 	 * @return string
 	 */