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

Replace "−" with "-" in Assigment 3 tutorial text #103

Merged
merged 1 commit into from
Jul 31, 2022

Conversation

jtgoen
Copy link
Contributor

@jtgoen jtgoen commented Jun 4, 2022

When viewing this file in VSCode, I saw the following warning highlighting lines 15 and 29

The character U+2212 "−" could be confused with the character U+002d "-", which is more common in source code.

confused-character

It seems to me this is just a small oversight, as "-" is used elsewhere in the commented block to denote a negative value, but I'll freely admit ignorance as to any nuance here in using one vs. the other.

When viewing this file in VSCode, I saw the following warning highlighting lines `15` and `29`

```
The character U+2212 "−" could be confused with the character U+002d "-", which is more common in source code.
```

It seems to me this is just a small oversight, as "-" is used elsewhere in the commented block to denote a negative value, but I'll freely admit ignorance as to any nuance here in using one vs. the other.
@ratfactor ratfactor merged commit 93afa4a into ratfactor:main Jul 31, 2022
@ratfactor
Copy link
Owner

Thank you! I have no idea how that "math minus" character got in there. Great catch by VSCode.

vamega pushed a commit to vamega/ziglings that referenced this pull request Jul 25, 2023
Replace "−" with "-" in Assigment 3 tutorial text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants