liburl doc: insert missing hyphen

This commit is contained in:
Chris Shea 2014-04-14 15:48:30 -04:00 committed by Alex Crichton
parent efec34a95a
commit ea5d9088ad

View File

@ -194,7 +194,7 @@ pub fn encode(s: &str) -> ~str {
}
/**
* Encodes a URI component by replacing reserved characters with percent
* Encodes a URI component by replacing reserved characters with percent-
* encoded character sequences.
*
* This function is compliant with RFC 3986.