Skip to content

Commit f42a61f

Browse files
committed
[Uid] Fix a typo
1 parent 2cbc55e commit f42a61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ entity primary keys::
354354
indexes are slower and take more space (because UUIDs in binary format take
355355
128 bits instead of 32/64 bits for auto-incremental integers) and the non-sequential
356356
nature of UUIDs fragments indexes. :ref:`UUID v6 <uid-uuid-v6>` and :ref:`UUID v7 <uid-uuid-v7>`
357-
are the only variants that solves the fragmentation issue (but the index size issue remains).
357+
are the only variants that solve the fragmentation issue (but the index size issue remains).
358358

359359
When using built-in Doctrine repository methods (e.g. ``findOneBy()``), Doctrine
360360
knows how to convert these UUID types to build the SQL query

0 commit comments

Comments
 (0)