Skip to content

Commit

Permalink
Clarify some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Nov 1, 2017
1 parent 0cd6bb7 commit 92ca457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lhs.js
Expand Up @@ -48,9 +48,9 @@ class Lhs {
}

/**
* Further specify type of node you'd like to select.
* Further constrain the kinds of nodes we take.
*
* Can be chained with :func:`type` or :func:`dom`.
* Can be chained after :func:`type` or :func:`dom`.
*
* Example: ``dom('p').when(fnode => fnode.element.id.length > 10)``
*
Expand Down

0 comments on commit 92ca457

Please sign in to comment.