1
Fork 0

Fix minor doc typos

This commit is contained in:
Virgile Andreani 2014-01-30 19:29:35 +01:00 committed by Alex Crichton
parent 2c8b112580
commit b9a026afba
27 changed files with 55 additions and 55 deletions

View file

@ -83,7 +83,7 @@ Some examples of obvious things you might want to do
let lines: ~[~str] = file.lines().collect();
```
* Make an simple HTTP request
* Make a simple HTTP request
FIXME This needs more improvement: TcpStream constructor taking &str,
`write_str` and `write_line` methods.