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

[doc] Mistake in perlrecharclass #17892

Closed
kernschmelze opened this issue Jun 26, 2020 · 3 comments
Closed

[doc] Mistake in perlrecharclass #17892

kernschmelze opened this issue Jun 26, 2020 · 3 comments

Comments

@kernschmelze
Copy link

kernschmelze commented Jun 26, 2020

Where
perlrecharclass

Description
In the section "Special Characters Inside a Bracketed Character Class"
there is this:

$a =~ m/[$,]/; # double-quotish: matches "\t", "|", or " "

That looks utterly wrong to me.

@iabyn
Copy link
Contributor

iabyn commented Jun 26, 2020 via email

@jkeenan jkeenan changed the title [doc] Mistake in perrecharclass [doc] Mistake in perlrecharclass Jul 17, 2020
@jkeenan
Copy link
Contributor

jkeenan commented Jul 17, 2020

It took me a couple of minutes when staring at the .pod file to realize where $, had been assigned to.

So I'd like to suggest a little documentation patch:
#17976

Thank you very much.
Jim Keenan

jkeenan added a commit that referenced this issue Jul 17, 2020
khwilliamson pushed a commit that referenced this issue Jul 30, 2020
@jkeenan
Copy link
Contributor

jkeenan commented Sep 1, 2020

It took me a couple of minutes when staring at the .pod file to realize where $, had been assigned to.

So I'd like to suggest a little documentation patch:
#17976

@khwilliamson committed that patch and one other correction from @Grinnz last month. Closing this ticket.

Thank you very much.
Jim Keenan

@jkeenan jkeenan closed this as completed Sep 1, 2020
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

3 participants