mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 14:53:12 +00:00
docs: minor fix on set_change_merge_interval api (#341)
This commit is contained in:
parent
2918d01906
commit
ce178df1e8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue