Skip to content

Commit ca6ef1f

Browse files
committed
fix(Snowflake): function description
1 parent 0e31973 commit ca6ef1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snowflake/src/Snowflake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export class Snowflake {
287287
}
288288

289289
/**
290-
* Generates a Snowflake ID as a `Uint8Array` buffer.
290+
* Generates a Snowflake ID as bigint.
291291
*/
292292
public generate(timestamp: Date | number = Date.now()): bigint {
293293
if (timestamp instanceof Date) timestamp = timestamp.getTime();

0 commit comments

Comments
 (0)