Skip to content

Commit cd491ea

Browse files
committed
fix
1 parent 571d806 commit cd491ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function* gen() {
134134

135135
`.run(val, fn)` creates a new function body. The new function environment is not
136136
equivalent to the outer environment and can not trivially share code fragments
137-
between them. Additionally, `super`/`break`/`continue`/`return` can not be
137+
between them. Additionally, `break`/`continue`/`return` can not be
138138
refactored naively.
139139

140140
It would be more intuitive to be able to insert a single line of code to scope

0 commit comments

Comments
 (0)