From 565ed3b01b2b427fd73e070747c8b93cad8da01d Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Fri, 28 Oct 2022 15:24:44 +0800 Subject: [PATCH] doc: add doc about values difference --- crates/loro-core/src/value.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/loro-core/src/value.rs b/crates/loro-core/src/value.rs index 81881098..9a7bea3b 100644 --- a/crates/loro-core/src/value.rs +++ b/crates/loro-core/src/value.rs @@ -50,6 +50,7 @@ impl From for InsertValue { } /// [InsertValue] can be inserted to Map or List +/// It's different from [LoroValue] because some of the states in [LoroValue] are illegal to be inserted #[derive(Debug, PartialEq, Clone)] pub enum InsertValue { Null,