Skip to content

Commit d3b00e9

Browse files
committed
Add unsafe to syntax spec
1 parent 0177b36 commit d3b00e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/local-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declaration-statement
2828
+ ;
2929

3030
+local-function-modifiers
31-
+ : async
31+
+ : (async | unsafe)
3232
+ ;
3333

3434
+local-function-body

0 commit comments

Comments
 (0)