Skip to content

Commit 1c38887

Browse files
xitepiffyio
andauthored
Update src/ast/comments.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 7494433 commit 1c38887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/comments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl Comments {
4444
self.start_index(range.start_bound()),
4545
self.end_index(range.end_bound()),
4646
);
47-
// ~ in case the user specified a rever range
47+
// in case the user specified a reverse range
4848
Iter(if start <= end {
4949
self.0[start..end].iter()
5050
} else {

0 commit comments

Comments
 (0)