Skip to content

Commit

Permalink
docs: resubmit no-new rule documentation (#17264)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 12, 2023
1 parent 1b217f8 commit 8e51ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/no-new.md
Expand Up @@ -43,7 +43,7 @@ Examples of **correct** code for this rule:

var thing = new Thing();

Thing();
Foo();
```

:::

0 comments on commit 8e51ea9

Please sign in to comment.