Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 28, 2020
1 parent a1ac5d7 commit 85494b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/core_functions/selector/extend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Much of the complexity in the algorithm for extend comes from determining which
selectors are superselectors of which others and unifying two selectors, which
are covered more explicitly by specs for the `is-superselector()` and
`selector-unify()` functions, respectively. To avoid unnecessary duplication,
the specs for `selector-extend()` itself make an effort to thoroughly exercise
the superselector or unification logic, and instead focuses on behavior that's
the specs for `selector-extend()` itself don't thoroughly exercise the
superselector or unification logic, and instead focuses on behavior that's
specific to the full extension process.

0 comments on commit 85494b1

Please sign in to comment.