We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a typo in the code comment in the file Season-2/Level-2/solution/solution_test.go.
Season-2/Level-2/solution/solution_test.go
Line number 5 should be changed from:
This file is a copy of main_test.go and solution_test.go
to read as:
This file is a copy of code_test.go and hack_test.go
The text was updated successfully, but these errors were encountered:
Fix issue #60 (#61)
388c4f6
Fixed by #61
Sorry, something went wrong.
No branches or pull requests
Summary
There is a typo in the code comment in the file
Season-2/Level-2/solution/solution_test.go
.How to reproduce
Line number 5 should be changed from:
This file is a copy of main_test.go and solution_test.go
to read as:
This file is a copy of code_test.go and hack_test.go
The text was updated successfully, but these errors were encountered: