learn-julia-the-hard-way icon indicating copy to clipboard operation
learn-julia-the-hard-way copied to clipboard

Error in "Danger zone" in chapter 7

Open eschnett opened this issue 10 years ago • 1 comments
trafficstars

The section "Danger zone" that introduces @inbounds contains an error. It speaks only of the variable x, but not of y that is also used, and which doesn't have its length checked.

eschnett avatar Feb 12 '15 21:02 eschnett

Correct. What would you propose as a replacement?

chrisvoncsefalvay avatar Apr 22 '16 13:04 chrisvoncsefalvay