From 83b0e8cc7f8bccd9d7c152c0e5a59437bebe6c87 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 22 Nov 2023 11:05:54 +0900 Subject: [PATCH] fix: typo in lib.rs (#176) verison -> version --- crates/loro-wasm/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/loro-wasm/src/lib.rs b/crates/loro-wasm/src/lib.rs index d0a22c9a..747277b6 100644 --- a/crates/loro-wasm/src/lib.rs +++ b/crates/loro-wasm/src/lib.rs @@ -490,7 +490,7 @@ impl Loro { self.0.state_vv().encode() } - /// Get the encoded version vector of the lastest verison in OpLog. + /// Get the encoded version vector of the lastest version in OpLog. /// /// If you checkout to a specific version, the version vector will not change. #[inline(always)]