]> git.lizzy.rs Git - rust.git/commitdiff
liburl doc: insert missing hyphen
authorChris Shea <cmshea@gmail.com>
Mon, 14 Apr 2014 19:48:30 +0000 (15:48 -0400)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 16 Apr 2014 02:45:00 +0000 (19:45 -0700)
src/liburl/lib.rs

index 1ea67f2bee1f2f6f947a6b856121a8b95d675692..0d9ee2512cc1a8ee1b344e1e106ee451fdeb0b0f 100644 (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.