Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Feb 18, 2014
1 parent 1a690d6 commit 8e3994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2013-02-24-iteration-inside-and-out-part-2.md
Expand Up @@ -298,7 +298,7 @@ Double-plus good! We've got nice support for both internal and external iterator

3. The next time you call `next` it picks up exactly where it left off. Somehow that entire callstack gets frozen and then thawed between each call to `next`.

There must be some kind of data structure that represents an entire callstack. It doesn't reify a strack *frame* like generators, it reifies the whole *stack.*
There must be some kind of data structure that represents an entire callstack. It doesn't reify a stack *frame* like generators, it reifies the whole *stack.*

## A fiber by any other name

Expand Down

0 comments on commit 8e3994f

Please sign in to comment.