From: Lance E Sloan Date: Tue, 17 Mar 2015 16:11:56 +0000 (-0400) Subject: Correct spelling of "unserialize" X-Git-Url: https://git.m6w6.name/?p=mdref%2Fmdref-http;a=commitdiff_plain;h=493c2d136c34b59b50f0cbc853fa02689fa09959 Correct spelling of "unserialize" I copied and pasted that name into a program I was writing and it caused an error. Then I realized there was a typo. --- diff --git a/http/QueryString/unserialize.md b/http/QueryString/unserialize.md index ba14d0a..d7e4642 100644 --- a/http/QueryString/unserialize.md +++ b/http/QueryString/unserialize.md @@ -1,4 +1,4 @@ -# void http\QueryString::unseralize(string $serialized) +# void http\QueryString::unserialize(string $serialized) Implements Serializable.