We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571d806 commit cd491eaCopy full SHA for cd491ea
README.md
@@ -134,7 +134,7 @@ function* gen() {
134
135
`.run(val, fn)` creates a new function body. The new function environment is not
136
equivalent to the outer environment and can not trivially share code fragments
137
-between them. Additionally, `super`/`break`/`continue`/`return` can not be
+between them. Additionally, `break`/`continue`/`return` can not be
138
refactored naively.
139
140
It would be more intuitive to be able to insert a single line of code to scope
0 commit comments