Skip to content

Commit 9259ce6

Browse files
authored
Update README.md
1 parent c251ff0 commit 9259ce6

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
@@ -113,7 +113,7 @@ true == 1;
113113
Only permitted operators defined in Source is allowed. Binary operators like `^` or `instanceof` is banned, unary operators like `typeof` is also banned.
114114
```javascript
115115
100^5;
116-
typeof 1 === "number"
116+
typeof 1 === "number";
117117
```
118118
The two expressions will throw an error.
119119

0 commit comments

Comments
 (0)