Fix documentation about unique id behavior

This commit is contained in:
bdrx312 2024-03-12 21:08:01 -04:00 committed by Pedro Algarvio
parent f099e532bc
commit 648910e7bb
2 changed files with 2 additions and 2 deletions

1
changelog/66200.fixed Normal file
View file

@ -0,0 +1 @@
'Fixed documentation about unique id behavior'

View file

@ -66,8 +66,7 @@ a :ref:`name-declaration` or a :ref:`names-declaration`.
Occurs on the top level or under the :ref:`extend-declaration`.
Must be unique across entire state tree. If the same ID declaration is
used twice, only the first one matched will be used. All subsequent
ID declarations with the same name will be ignored.
used twice, then a compilation error will occur.
.. note:: Naming gotchas