Hacker News new | ask | show | jobs
by karolkozub 1666 days ago
I think I found one more minor typo – in the Control Flow Graph section I believe "The possible number of calls to c is zero to infinity;" should be "zero to one" instead, as the flow terminates as soon as it reaches "c", so there is no chance for it to be greater than one.
1 comments

Thanks. Great catch!

One thing to learn from this, working past 6pm will most likely yield bugs rather than values.