We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1891d commit 9d99850Copy full SHA for 9d99850
docs/en/reference/attributes-reference.rst
@@ -1133,7 +1133,7 @@ Marker attribute that defines a specified column as version attribute used in
1133
an :ref:`optimistic locking <transactions-and-concurrency_optimistic-locking>`
1134
scenario. It only works on :ref:`#[Column] <attrref_column>` attributes that have
1135
the type ``integer`` or ``datetime``. Setting ``#[Version]`` on a property with
1136
-:ref:`#[Id <attrref_id>` is not supported.
+:ref:`#[Id] <attrref_id>` is not supported.
1137
1138
Example:
1139
0 commit comments