Skip to content

Commit 9dee271

Browse files
enisnCopilot
andauthored
Update docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md
Co-authored-by: Copilot <[email protected]>
1 parent 253c036 commit 9dee271

File tree

1 file changed

+1
-1
lines changed
  • docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs

1 file changed

+1
-1
lines changed

docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class MyProductService : ITransientDependency
7474

7575
No `Guid.NewGuid()` here, `_guidGenerator.Create()` gives you a sequential GUID every time.
7676

77-
## Benefits of Squential GUIDs
77+
## Benefits of Sequential GUIDs
7878

7979
Let’s say you’re inserting 1M rows into a table with a clustered primary key:
8080

0 commit comments

Comments
 (0)