Merge pull request #3 from PikadudeNo1/patch-1
authorMichael Wallner <mike@php.net>
Mon, 2 Jun 2014 07:22:04 +0000 (09:22 +0200)
committerMichael Wallner <mike@php.net>
Mon, 2 Jun 2014 07:22:04 +0000 (09:22 +0200)
Correct casing on the http\Url::__construct page

http/Url/__construct.md

index bf6629660c44d20626cb62c58b47f2711008edec..d602108657af8401806ff93ef05c4f8cce23fe70 100644 (file)
@@ -1,6 +1,6 @@
 # void http\Url::__construct([mixed $old_url = NULL[, mixed $new_url = NULL[, int $flags = http\Url::FROM_ENV]]])
 
-Create an instance of an http\URL.
+Create an instance of an http\Url.
 
 ## Params: