Skip to content

Commit 1722ff5

Browse files
committed
Add missing period at sentence end
1 parent 210a9d2 commit 1722ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/file/read_lines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn main() {
6262
}
6363
}
6464
65-
// The output is wrapped in a Result to allow matching on errors
65+
// The output is wrapped in a Result to allow matching on errors.
6666
// Returns an Iterator to the Reader of the lines of the file.
6767
fn read_lines<P>(filename: P) -> io::Result<io::Lines<io::BufReader<File>>>
6868
where P: AsRef<Path>, {

0 commit comments

Comments
 (0)