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/value.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eval/value.rs') diff --git a/src/eval/value.rs b/src/eval/value.rs index ce9c4e0e..bf1dd18a 100644 --- a/src/eval/value.rs +++ b/src/eval/value.rs @@ -250,7 +250,7 @@ impl Hash for Value { pub struct Dynamic(Arc); impl Dynamic { - /// Create a new instance from any value that satisifies the required bounds. + /// Create a new instance from any value that satisfies the required bounds. pub fn new(any: T) -> Self where T: Type + Debug + PartialEq + Hash + Sync + Send + 'static, -- cgit v1.2.3