File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ use crate::Error;
4343///
4444/// let mut easy = Easy2::new(Collector(Vec::new()));
4545/// easy.get(true).unwrap();
46- /// easy.url("https://www. rust-lang.org/").unwrap();
46+ /// easy.url("https://rust-lang.org/").unwrap();
4747/// easy.perform().unwrap();
4848///
4949/// assert_eq!(easy.response_code().unwrap(), 200);
@@ -368,7 +368,7 @@ pub fn ssl_ctx(cx: *mut c_void) -> Result<(), Error> {
368368///
369369/// let mut easy = Easy2::new(Collector(Vec::new()));
370370/// easy.get(true).unwrap();
371- /// easy.url("https://www. rust-lang.org/").unwrap();
371+ /// easy.url("https://rust-lang.org/").unwrap();
372372/// easy.perform().unwrap();
373373///
374374/// assert_eq!(easy.response_code().unwrap(), 200);
You can’t perform that action at this time.
0 commit comments