Skip to content

Commit e1c6278

Browse files
committed
rfc, assoc-default-groups: fix formulation re. depth.
1 parent 597706b commit e1c6278

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

text/0000-assoc-default-groups.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,10 +969,10 @@ wherein each item can be specialized / overridden.
969969
Groups may contain other groups - such groups are referred to as
970970
*"nested groups"* and may be nested arbitrarily deeply.
971971
Items which are not in any group are referred to as *`0`-deep*.
972-
A group which occurs at the top level of a `trait` or an `impl`
973-
definition is referred to as a *`1`-deep* group.
974-
A group which is contained in a *`1`-deep* group is *`2`-deep*.
975-
If a group is nested `k` times it is *`k`-deep*.
972+
An item directly defined in a group which occurs at the top level of a
973+
`trait` or an `impl` definition is referred to as being *`1`-deep*.
974+
An item in a group which is contained in a *`1`-deep* group is *`2`-deep*.
975+
If an item is nested in `k` groups it is *`k`-deep*.
976976

977977
A group and its sub-groups form a *tree of cliques*.
978978
Given a group `$g` with items `$x_1, .. $x_n`, an item `$x_j` in `$g`

0 commit comments

Comments
 (0)