Skip to content

Commit c251ff0

Browse files
authored
Update README.md
1 parent 779fcbd commit c251ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/rules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The variable `pi` should have a warning.
1919

2020
Identifies statements that are missing semicolons.
2121
```javascript
22-
const x = 1;
22+
const x = 1
2323
```
2424
The line ending should have an error.
2525

0 commit comments

Comments
 (0)