GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.05k stars 151 forks source link

Lesson 18 creating arrays should say 'unroll' not 'unwrap' #980

Open jman904 opened 3 weeks ago

jman904 commented 3 weeks ago

On lesson 18 "creating arrays", about 1/3 of the way down the page loop unrolling is used to facilitate loop understanding, but referred to as "unwrap" which is non-standard terminology for this technique. The instance of "unwrap" in the text should be replaced with "unroll" instead.

https://en.wikipedia.org/wiki/Loop_unrolling