Skip to content

Commit 7ba70e3

Browse files
committed
[docs] Version for param
1 parent 7744286 commit 7ba70e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/@types/mergeable-store/docs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,8 @@
980980
* the timestamp is generated for HLCs (by default JavaScript's `Date.now()`
981981
* method).
982982
* @param uniqueId An optional unique Id for the MergeableStore.
983-
* @param getNow An optional function that generates millisecond timestamps.
983+
* @param getNow An optional function that generates millisecond timestamps,
984+
* since v6.1.0.
984985
* @returns A reference to the new MergeableStore.
985986
* @example
986987
* This example creates a MergeableStore.

0 commit comments

Comments
 (0)