Skip to content

Commit

Permalink
Fix the documentation for RuleRaws.ownSemicolon (#1994)
Browse files Browse the repository at this point in the history
This didn't match the actual type or behavior of the field.
  • Loading branch information
nex3 authored Dec 19, 2024
1 parent 4493eed commit 99da2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rule.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ declare namespace Rule {
between?: string

/**
* Contains `true` if there is semicolon after rule.
* Contains the text of the semicolon after this rule.
*/
ownSemicolon?: string

Expand Down

0 comments on commit 99da2f2

Please sign in to comment.