fix: typo in lib.rs (#176)

verison -> version
This commit is contained in:
Ikko Eltociear Ashimine 2023-11-22 11:05:54 +09:00 committed by GitHub
parent dd8bf7719e
commit 83b0e8cc7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]