Skip to content

Commit

Permalink
docs: minor fix on set_change_merge_interval api (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n authored Apr 29, 2024
1 parent 2918d01 commit ce178df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/loro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ce178df

Please sign in to comment.