This commit is contained in:
WindSoilder 2024-06-10 10:14:58 +08:00
parent d06c2bc885
commit 35ece1d656

View File

@ -20,7 +20,7 @@ pub fn get_guaranteed_cwd(engine_state: &EngineState, stack: &Stack) -> PathBuf
type MakeRangeError = fn(&str, Span) -> ShellError;
/// Returns a inclusively pair of boundary in given `range`.
/// Returns a inclusive pair of boundary in given `range`.
pub fn process_range(range: &Range) -> Result<(isize, isize), MakeRangeError> {
match range {
Range::IntRange(range) => {