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

A few small things I came across #134

Merged
merged 3 commits into from
Jun 16, 2016
Merged

Conversation

iamvery
Copy link
Collaborator

@iamvery iamvery commented Jun 15, 2016

No functional changes here. Just some tweaks.

@@ -32,8 +32,8 @@ defmodule Blanks do
|> elem(1)
end

defp count(:___, acc), do: {node, acc+1}
defp count({:___, _, _}, acc), do: {node, acc+1}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! How did this ever work? Where is node?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the commit notes a2e3fe6

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

@felipesere felipesere merged commit 42dc9cb into elixirkoans:master Jun 16, 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