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

Missing ")" sybmol in the example code can confuse the fresh heads learning it #963

Closed
MindInterceptor opened this issue Jun 21, 2024 · 1 comment
Labels
content Issues with the lessons, practices, including their code examples

Comments

@MindInterceptor
Copy link

Hi!

It looks like the Vector2(0.2, 0.2) just went beyond the field for code missing the ")" symbol. It can be obvious for someone and it was for me, but it certainly might raise the questions when all of a sudden you see not closed () working just fine.

image

Let me know if it's just me who missed something before that. I am happy to learn more!

@MindInterceptor MindInterceptor added the content Issues with the lessons, practices, including their code examples label Jun 21, 2024
@NathanLovato
Copy link
Contributor

It's a text wrapping issue that we can't easily solve with the technology we used to make this app initially. See issue #99. The parenthesis is there but it's not wrapping onto the following line as it should.

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

2 participants