perladvent / perldotcom

The source code for Perl.com website
https://www.perl.com
77 stars 80 forks source link

what-is-new-in-perl.md: typo fix: age -> get_age #376

Closed 532910 closed 5 days ago

oalders commented 5 days ago

@manwar, could you please review this?

manwar commented 5 days ago

@oalders just submitted the pull request to fix the code: https://github.com/perladvent/perldotcom/pull/377

manwar commented 5 days ago

@532910 can please you update the line below:

   86:     If you noticed, the method `name()` and `age()` is just a generic `getter` method.

with

   86:     If you noticed, the method `name()` and `get_age()` is just a generic `getter` method.
manwar commented 5 days ago

@oalders just submitted the pull request to fix the code: #377

@oalders please ignore my pull request #377, I have closed it anyway.

532910 commented 5 days ago

@532910 can please you update the line below:

   86:     If you noticed, the method `name()` and `age()` is just a generic `getter` method.

with

   86:     If you noticed, the method `name()` and `get_age()` is just a generic `getter` method.

updated

532910 commented 5 days ago

Thank you for so nice article, @manwar!