Skip to content

Commit 3d388f4

Browse files
authored
Update README.md
1 parent d5ebe95 commit 3d388f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The generated 2.x ID's are still compatible with 3.x ID's. This release is mostl
187187

188188
**A**: Then you're probably not using IdGen as intended: It should be a singleton (per thread/process/host/...), and if you insist on having multiple instances around they should all have their own unique GeneratorId.
189189

190-
**A**: Also: Don't change the structure; once you've picked an `IdStructure` and go into production commit to it, stick with it. This means that careful planning is needed to ensure enough ID's can be generated by enough generators for long enough. Although changing the structure at a later stage isn't impossible careful consideration is needed to ensure no collisions will occur.
190+
**A**: Also: Don't change the structure; once you've picked an `IdStructure` and go into production commit to it, stick with it. This means that careful planning is needed to ensure enough ID's can be generated by enough generators for long enough. Although changing the structure at a later stage isn't impossible, careful consideration is needed to ensure no collisions will occur.
191191

192192
**Q**: I'm experiencing weird results when these ID's are used in Javascript?
193193

0 commit comments

Comments
 (0)