Skip to content

Commit

Permalink
refactor: replace tab in document with space which is used in linked …
Browse files Browse the repository at this point in the history
…reference
  • Loading branch information
tottoto authored and seanmonstar committed Mar 4, 2024
1 parent 9a942ed commit cd5155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::ops::{Bound, RangeBounds};
/// # ABNF
///
/// ```text
/// Range = byte-ranges-specifier / other-ranges-specifier
/// Range = byte-ranges-specifier / other-ranges-specifier
/// other-ranges-specifier = other-range-unit "=" other-range-set
/// other-range-set = 1*VCHAR
///
Expand Down

0 comments on commit cd5155d

Please sign in to comment.