Update docs/docs/core/database/relations/reordering.mdx

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
Marc 2023-02-23 20:34:45 +01:00 committed by GitHub
parent f4d38fb2b3
commit 935da9c575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ The database layer should receive a payload shown below:
## How does relations reordering work?
We use fractional indexing. This means that we use decimal numbers to order the relations.
We use fractional indexing. This means that we use decimal numbers to order the relations. See the following diagrams below for a more detailed understanding.
### Simple example