Skip to content

Commit 41f26b0

Browse files
elsdvleepmaria
andauthored
Update spec/section/fields.md
Co-authored-by: Pano Maria <[email protected]>
1 parent 5eafee8 commit 41f26b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/section/fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ A [=field=] MUST have a <dfn>parent</dfn> that is either the <a data-cite="RML-C
2828
### Field names {#fieldnames}
2929

3030
A [=field=] MUST have a <dfn>declared name</dfn> that is an alphanumerical string. Fields with the same [=parent=] MUST have different declared names.
31-
We distinguish between the [=field=]'s [=declared name=] and the [=field=]'s <dfn>absolute name</dfn>.
32-
If a [=field=]'s parent is another [=field=], the [=field=]'s [=absolute name=] is the concatenation of the name of the parent [=field=], a dot `.`, and the [=field=]'s declared name.
31+
We distinguish between the [=field=]'s [=declared name=] and the [=field=]'s [=absolute name=].
32+
If a [=field=]'s parent is another [=field=], the [=field=]'s <dfn>absolute name</dfn> is the concatenation of the name of the parent [=field=], a dot `.`, and the [=field=]'s declared name.
3333
Otherwise, the [=field=]'s [=absolute name=] equals its [=declared name=].
3434

3535
<aside class=example id=ex-fieldnames>

0 commit comments

Comments
 (0)