File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -969,10 +969,10 @@ wherein each item can be specialized / overridden.
969
969
Groups may contain other groups - such groups are referred to as
970
970
* "nested groups"* and may be nested arbitrarily deeply.
971
971
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* .
976
976
977
977
A group and its sub-groups form a * tree of cliques* .
978
978
Given a group ` $g ` with items ` $x_1, .. $x_n ` , an item ` $x_j ` in ` $g `
You can’t perform that action at this time.
0 commit comments