Skip to content

Commit 70e8e95

Browse files
committed
(docs) small grammar fix
1 parent fe6b96a commit 70e8e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/lips/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ quoted object literal `` `&() `` with longhand `object` you will get an error be
933933

934934
:::
935935

936-
You can abstract the use of iteration protocol with a macro, but to have real `yield` keyword like
937-
syntax you need `call/cc`.
936+
You can abstract the use of iteration protocol with a macro, but to have a real `yield` keyword like
937+
syntax, you need `call/cc`.
938938

939939
You can also define generators inside JavaScript using `self.eval` (JavaScript global `eval`):
940940

0 commit comments

Comments
 (0)