diff --git a/src/std_misc/file/read_lines.md b/src/std_misc/file/read_lines.md index a6f330094e..1a2a64241e 100644 --- a/src/std_misc/file/read_lines.md +++ b/src/std_misc/file/read_lines.md @@ -62,7 +62,7 @@ fn main() { } } -// The output is wrapped in a Result to allow matching on errors +// The output is wrapped in a Result to allow matching on errors. // Returns an Iterator to the Reader of the lines of the file. fn read_lines

(filename: P) -> io::Result>> where P: AsRef, {