Skip to content

Commit

Permalink
Update src/uuidv4.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Heartman <[email protected]>
  • Loading branch information
kwasniew and thomasheartman authored Jan 16, 2025
1 parent ca00e9a commit 8f297c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uuidv4.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This function generates a UUID using Math.random().
* The distribution of unique values is not guaranteed to be as robust
* as with a crupto module but works across all platforms (Node, React Native, browser JS).
* as with a crypto module but works across all platforms (Node, React Native, browser JS).
*
* We use it for connection id generation which is not critical for security.
*/
Expand Down

0 comments on commit 8f297c7

Please sign in to comment.