Fix typo found by offby1

svn: r13611

original commit: ea51547cae
This commit is contained in:
Eli Barzilay 2009-02-15 20:26:21 +00:00
commit 4fea8ef742

View File

@ -98,7 +98,7 @@ Encode a string using the @tt{application/x-www-form-urlencoded}
encoding rules. The result string contains no non-ASCII characters.} encoding rules. The result string contains no non-ASCII characters.}
@defproc[(form-urlencoded-deecode [str string?]) string?]{ @defproc[(form-urlencoded-decode [str string?]) string?]{
Decode a string encoded using the Decode a string encoded using the
@tt{application/x-www-form-urlencoded} encoding rules.} @tt{application/x-www-form-urlencoded} encoding rules.}