about summary refs log tree commit diff
path: root/src/liburl
diff options
context:
space:
mode:
authorChris Shea <cmshea@gmail.com>2014-04-14 15:48:30 -0400
committerAlex Crichton <alex@alexcrichton.com>2014-04-15 19:45:00 -0700
commitea5d9088ad36d08671a5ac77697e9ba7f4340b1a (patch)
treecc101d21104f3a533f2adf1ad991830dcc3a59f7 /src/liburl
parentefec34a95a76212b2324d98f3f6d94a1397c2544 (diff)
downloadrust-ea5d9088ad36d08671a5ac77697e9ba7f4340b1a.tar.gz
rust-ea5d9088ad36d08671a5ac77697e9ba7f4340b1a.zip
liburl doc: insert missing hyphen
Diffstat (limited to 'src/liburl')
-rw-r--r--src/liburl/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liburl/lib.rs b/src/liburl/lib.rs
index 1ea67f2bee1..0d9ee2512cc 100644
--- a/src/liburl/lib.rs
+++ b/src/liburl/lib.rs
@@ -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.