Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jman904 opened this issue Aug 22, 2024 · 0 comments
Open

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

jman904 opened this issue Aug 22, 2024 · 0 comments
Labels
content Issues with the lessons, practices, including their code examples

Comments

@jman904
Copy link

jman904 commented Aug 22, 2024

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

@jman904 jman904 added the content Issues with the lessons, practices, including their code examples label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues with the lessons, practices, including their code examples
Projects
None yet
Development

No branches or pull requests

1 participant