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

[BUG] Typo in G35.cpp #18630

Closed
bill-orange opened this issue Jul 12, 2020 · 3 comments
Closed

[BUG] Typo in G35.cpp #18630

bill-orange opened this issue Jul 12, 2020 · 3 comments

Comments

@bill-orange
Copy link

This is pretty minor. I have not figured out how to generate a Pull Request, so I will document the typo here.

line: 157 in G35.cpp needs a space before "by" so the words don't run together.

is:

"by ", abs(full_turns), " turns");

Should be:

" by ", abs(full_turns), " turns");

@thisiskeithb
Copy link
Member

Thanks for the report! I've put in PR #18631 to address this.

@thisiskeithb
Copy link
Member

Closing since this has been merged.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants