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

Fixed a use of .next() method on iterators that wasn't working for me #99

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

radziko
Copy link
Contributor

@radziko radziko commented Jan 3, 2023

Some iterators used a non-working .next() method, I changed those to using the inbuilt next(iterator).

@radziko radziko changed the title Fixed wrong use of .next() method on iterators Fixed a use of .next() method on iterators that wasn't working for me Jan 3, 2023
@SkafteNicki SkafteNicki merged commit 7873d04 into SkafteNicki:main Jan 4, 2023
@radziko radziko deleted the fixes branch January 5, 2023 09:01
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.

2 participants