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 7494433 commit 1c38887Copy full SHA for 1c38887
src/ast/comments.rs
@@ -44,7 +44,7 @@ impl Comments {
44
self.start_index(range.start_bound()),
45
self.end_index(range.end_bound()),
46
);
47
- // ~ in case the user specified a rever range
+ // in case the user specified a reverse range
48
Iter(if start <= end {
49
self.0[start..end].iter()
50
} else {
0 commit comments