-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
reverseString - typo in comment #11
Comments
Why did you close this issue? I came to report same issue and since it is not fixed it should not be closed yet. Please consider re-opening; otherwise others may create a duplicate. |
I closed it because I saw that there is already a Pull request for this: #1 |
great, ideally all pull requests that fix an issue should have an open issue item and closed once the pull request is merged. I think the issue should be set to Open status still. |
Allright then :) |
Duplicate of #1 (I know you described it already, I'm just rounding up all the duplicates for |
There seems to be a typo in AlgoCasts/exercises/reversestring/index.js:
// reverse('apple') === 'leppa'
Here the expected value should be 'elppa' instead of 'leppa'
The text was updated successfully, but these errors were encountered: