Skip to content

Commit

Permalink
Add ownSemicolon to JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 29, 2017
1 parent 48a4601 commit dde2808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rule.es6
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ class Rule extends Container {
* * `between`: the symbols between the property and value
* for declarations, selector and `{` for rules, or last parameter
* and `{` for at-rules.
* * `semicolon`: contains true if the last child has
* * `semicolon`: contains `true` if the last child has
* an (optional) semicolon.
* * `ownSemicolon`: contains `true` if there is semicolon after rule.
*
* PostCSS cleans selectors from comments and extra spaces,
* but it stores origin content in raws properties.
Expand Down

0 comments on commit dde2808

Please sign in to comment.