unbalancedparentheses / data_science_in_julia_for_hackers

Data Science in Julia With Hackers
https://datasciencejuliahackers.com
114 stars 25 forks source link

typo in chapter 2 #109

Closed faisito closed 3 years ago

faisito commented 3 years ago

missing an "n" at the end of colo[n] in the following paragraph

You can access some particular character of a string by writing the index of that character in the string between brackets right next to the string. Likewise, you can access some substring by writing the first and the last index of the substring you want, separated by a colo[n], all this between brackets.