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

Fix minor typos #1

Merged
merged 2 commits into from
Jul 5, 2016
Merged

Fix minor typos #1

merged 2 commits into from
Jul 5, 2016

Conversation

groz
Copy link
Contributor

@groz groz commented Jul 5, 2016

CACHE.get[instance.key] could alternatively be rewritten as CACHE.setdefault(instance.key, {}), but that would probably over-complicate the example.

Not sure why the last line is highlighted, submitting it through github web-ui, could be the line break.

groz added 2 commits July 5, 2016 01:19
`CACHE.get` could alternatively be rewritten as `CACHE.setdefault(instance.key, {})`
@charlax
Copy link
Owner

charlax commented Jul 5, 2016

Awesome thanks @groz!

@charlax charlax merged commit 4ed690d into charlax:master Jul 5, 2016
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