File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ variety [Snowflake-SI-vA](./docs/en-US/Snowflake-SI-vA.md) are supported.
3030> JavaScript, with capacity 128 uuids per milliseconds, and 64 machine parallel
3131> working.
3232
33- ## 示例
33+ ## Samples
3434
35- ### Snowflake-SI 基本使用
35+ ### Snowflake-SI Usage
3636
3737``` ts
3838import * as libuuid from " @litert/uuid" ;
@@ -63,7 +63,7 @@ console.log(makeUUID.MACHINE_ID); // See the machine ID.
6363console .log (new Date (makeUUID .BASE_CLOCK )); // See the base-clock
6464```
6565
66- ### Snowflake-SI 算法微调
66+ ### Snowflake-SI Adjustment
6767
6868``` ts
6969import * as libuuid from " @litert/uuid" ;
@@ -98,7 +98,7 @@ console.log(makeUUID.MACHINE_ID); // See the machine ID.
9898console .log (new Date (makeUUID .BASE_CLOCK )); // See the base-clock
9999```
100100
101- ### Snowflake-SI-vA 基本使用
101+ ### Snowflake-SI-vA Usage
102102
103103``` ts
104104import * as libuuid from " @litert/uuid" ;
You can’t perform that action at this time.
0 commit comments