Skip to content

Commit

Permalink
Add missing period at sentence end
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Oct 25, 2023
1 parent 210a9d2 commit 1722ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std_misc/file/read_lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<P>(filename: P) -> io::Result<io::Lines<io::BufReader<File>>>
where P: AsRef<Path>, {
Expand Down

0 comments on commit 1722ff5

Please sign in to comment.