Browse Source

Update laravel/helpers.php

fixed example code in docblock for url()
Shawn McCool 12 years ago
parent
commit
e714c0b487
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/helpers.php

+ 2 - 2
laravel/helpers.php

@@ -316,10 +316,10 @@ function head($array)
  *
  * <code>
  *		// Create a URL to a location within the application
- *		$url = path('user/profile');
+ *		$url = url('user/profile');
  *
  *		// Create a HTTPS URL to a location within the application
- *		$url = path('user/profile', true);
+ *		$url = url('user/profile', true);
  * </code>
  *
  * @param  string  $url