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

Clarify which instance of upgrade the reason is referring to #207

Open
duianto opened this issue Sep 4, 2021 · 0 comments
Open

Clarify which instance of upgrade the reason is referring to #207

duianto opened this issue Sep 4, 2021 · 0 comments

Comments

@duianto
Copy link

duianto commented Sep 4, 2021

Clarify which instance of upgrade the reason is referring to.

"answer": "let upgrade() = {\n\tprint(\"Upgrading...\")\n}\nupgrade()",
"reason": "The parentheses after <code>upgrade<\/code> should not be there.."

The code has two instances of upgrade().
The reason doesn't indicate which one it's referring to.

The first instance is the problem.
It might be helpful to indicate it by adding let before upgrade.

Before:

 "reason": "The parentheses after <code>upgrade<\/code> should not be there.." 

After:

 "reason": "The parentheses after <code>let upgrade<\/code> should not be there.." 
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

No branches or pull requests

1 participant