Skip to content

Commit

Permalink
Fix typo (#178)
Browse files Browse the repository at this point in the history
Fix uuid format typo.
  • Loading branch information
seokju-other authored and broofa committed Feb 13, 2017
1 parent d8e41bd commit 3b21880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bytesToUuid.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Convert array of 16 byte values to UUID string format of the form:
* XXXXXXXX-XXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
*/
var byteToHex = [];
for (var i = 0; i < 256; ++i) {
Expand Down

0 comments on commit 3b21880

Please sign in to comment.