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

Onschuldige tikfout Sources/CTR/Infrastructure/Services/WallerManager.swift: GreenCrards #39

Closed
tinus-github opened this issue Jul 7, 2021 · 1 comment
Assignees

Comments

@tinus-github
Copy link

Describe the bug, issue or concern

Ik was de code aan het lezen, ik zag in Sources/CTR/Infrastructure/Services/WallerManager.swift deze regel (nu regel 250):

				for case let greenCard as GreenCard in greenCrards.allObjects {

Ik begreep niet helemaal hoe je dit zou kunnen compileren met de 'greenCrards' tikfout. Maar ik zie dat dit ook al in de regel daarvoor misgetikt is:

			if let greenCrards = wallet.greenCards {
				for case let greenCard as GreenCard in greenCrards.allObjects {
...

				}
			}

Zo is het dus een wat vreemde maar verder onschuldige tikfout.

@Rool Rool self-assigned this Jul 8, 2021
@Rool
Copy link
Contributor

Rool commented Jul 8, 2021

Thanks for spotting this typo.
Will be fixed with the next sync.

@Rool Rool closed this as completed Jul 8, 2021
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

2 participants