JuliaAcademy / JuliaTutorials

Learn Julia via interactive tutorials!
https://julialang.org/learning/
MIT License
1.26k stars 657 forks source link

Add hint in data structures to reference Julia documentation #79

Closed grenkoca closed 3 years ago

grenkoca commented 3 years ago

In the tutorial it refers to explicit typing for dictionaries, but the declaration is not mentioned within the tutorial. This is fine, but I added a hint to look at the julia documentation to see how to do it. This should also have the benefit of letting users get familiar with documentation to discover more features on their own.

logankilpatrick commented 3 years ago

Great idea!