We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210a9d2 commit 1722ff5Copy full SHA for 1722ff5
src/std_misc/file/read_lines.md
@@ -62,7 +62,7 @@ fn main() {
62
}
63
64
65
-// The output is wrapped in a Result to allow matching on errors
+// The output is wrapped in a Result to allow matching on errors.
66
// Returns an Iterator to the Reader of the lines of the file.
67
fn read_lines<P>(filename: P) -> io::Result<io::Lines<io::BufReader<File>>>
68
where P: AsRef<Path>, {
0 commit comments