From ce178df1e8f1030cb60cc9a8f915713cc11119b5 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Mon, 29 Apr 2024 21:42:37 +0800 Subject: [PATCH] docs: minor fix on set_change_merge_interval api (#341) --- crates/loro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/loro/src/lib.rs b/crates/loro/src/lib.rs index 82adbe8c..38a37b66 100644 --- a/crates/loro/src/lib.rs +++ b/crates/loro/src/lib.rs @@ -87,7 +87,7 @@ impl LoroDoc { self.doc.set_record_timestamp(record); } - /// Set the interval of mergeable changes. + /// Set the interval of mergeable changes, in milliseconds. /// /// If two continuous local changes are within the interval, they will be merged into one change. /// The defualt value is 1000 seconds.