From cd5155d69f01fcf6c44c85f385cd6fb42ca4736a Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 4 Mar 2024 18:33:41 +0900 Subject: [PATCH] refactor: replace tab in document with space which is used in linked reference --- src/common/range.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/range.rs b/src/common/range.rs index 31c69f99..edf97b61 100644 --- a/src/common/range.rs +++ b/src/common/range.rs @@ -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 ///