Skip to content

Commit

Permalink
docs: correct example text for includesModifier (#177)
Browse files Browse the repository at this point in the history
## PR Checklist

- [x] Addresses an existing open issue: fixes #176
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Lil docs fix.
  • Loading branch information
JoshuaKGoldberg authored Mar 24, 2023
1 parent 57ae917 commit f97d8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ts from "typescript";
* ```ts
* declare const modifiers: ts.Modifier[];
*
* hasModifier(modifiers, ts.SyntaxKind.AbstractKeyword);
* includesModifier(modifiers, ts.SyntaxKind.AbstractKeyword);
* ```
*/
export function includesModifier(
Expand Down

0 comments on commit f97d8f8

Please sign in to comment.