docs: minor fix on set_change_merge_interval api (#341)

This commit is contained in:
Zixuan Chen 2024-04-29 21:42:37 +08:00 committed by GitHub
parent 2918d01906
commit ce178df1e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.