From 25acefeb5b0cf0977ad01fe3128d494d9617a2cf Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 22 Mar 2023 16:02:51 +0800 Subject: Fix typos (#115) Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` --- src/eval/array.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eval/array.rs') diff --git a/src/eval/array.rs b/src/eval/array.rs index bebbe809..3006c91f 100644 --- a/src/eval/array.rs +++ b/src/eval/array.rs @@ -114,7 +114,7 @@ impl Array { Ok(self.0.remove(i)) } - /// Extract a contigous subregion of the array. + /// Extract a contiguous subregion of the array. pub fn slice(&self, start: i64, end: Option) -> StrResult { let len = self.len(); let start = self -- cgit v1.2.3