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 invalid syntax in grep example #7

Closed
wants to merge 1 commit into from
Closed

Conversation

Grinnz
Copy link
Contributor

@Grinnz Grinnz commented Feb 2, 2018

Other suggestions:

$coderef->($_) and take $_ for @list
take $_ for grep { $coderef->($_) } @list (probably confusing)

@coveralls
Copy link

coveralls commented Feb 2, 2018

Coverage Status

Coverage decreased (-0.4%) to 97.59% when pulling 3536475 on Grinnz:patch-1 into 566457e on frioux:master.

@frioux
Copy link
Owner

frioux commented Feb 16, 2018

Merged and released

@frioux frioux closed this Feb 16, 2018
@Grinnz Grinnz deleted the patch-1 branch March 20, 2018 22:48
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.

None yet

3 participants