diff options
| author | Chris Shea <cmshea@gmail.com> | 2014-04-14 15:48:30 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-04-15 19:45:00 -0700 |
| commit | ea5d9088ad36d08671a5ac77697e9ba7f4340b1a (patch) | |
| tree | cc101d21104f3a533f2adf1ad991830dcc3a59f7 /src/liburl | |
| parent | efec34a95a76212b2324d98f3f6d94a1397c2544 (diff) | |
| download | rust-ea5d9088ad36d08671a5ac77697e9ba7f4340b1a.tar.gz rust-ea5d9088ad36d08671a5ac77697e9ba7f4340b1a.zip | |
liburl doc: insert missing hyphen
Diffstat (limited to 'src/liburl')
| -rw-r--r-- | src/liburl/lib.rs | 2 |
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. |
