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

Variable used within it's own initial value #7

Closed
nmdias opened this issue Jan 21, 2017 · 0 comments
Closed

Variable used within it's own initial value #7

nmdias opened this issue Jan 21, 2017 · 0 comments
Assignees
Milestone

Comments

@nmdias
Copy link
Owner

nmdias commented Jan 21, 2017

The URL variable definition in the example provided in the README file should be lowercased, not to clash with the URL class name.

This:

let URL = URL(string: "http://images.apple.com/main/rss/hotnews/hotnews.rss")!

Should be:

let url = URL(string: "http://images.apple.com/main/rss/hotnews/hotnews.rss")!

@nmdias nmdias self-assigned this Jan 21, 2017
@nmdias nmdias added this to the 6.0.0 milestone Jun 11, 2017
@nmdias nmdias closed this as completed Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant