Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 20, 2024
1 parent 7ccab2a commit a70248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/v1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import v1, { updateV1State } from '../v1.js';
// Verify ordering of v1 ids created with explicit times
const TIME = 1321644961388; // 2011-11-18 11:36:01.388-08:00

// Fixture values for testing with the rfc v7 UUID example:
// Fixture values for testing with the rfc v1 UUID example:
// https://www.rfc-editor.org/rfc/rfc9562.html#name-example-of-a-uuidv1-value
const RFC_V1 = 'c232ab00-9414-11ec-b3c8-9f68deced846';
const RFC_V1_BYTES = parse(RFC_V1);
Expand Down

0 comments on commit a70248c

Please sign in to comment.