Skip to content

Commit cd5155d

Browse files
tottotoseanmonstar
authored andcommitted
refactor: replace tab in document with space which is used in linked reference
1 parent 9a942ed commit cd5155d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/range.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::ops::{Bound, RangeBounds};
1010
/// # ABNF
1111
///
1212
/// ```text
13-
/// Range = byte-ranges-specifier / other-ranges-specifier
13+
/// Range = byte-ranges-specifier / other-ranges-specifier
1414
/// other-ranges-specifier = other-range-unit "=" other-range-set
1515
/// other-range-set = 1*VCHAR
1616
///

0 commit comments

Comments
 (0)