Skip to content

Commit

Permalink
Tutorial: typo fix
Browse files Browse the repository at this point in the history
originally reported by @kyzn; thanks!
  • Loading branch information
rjbs committed Jun 10, 2024
1 parent cf3abce commit 9f63b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Sub-Exporter

{{$NEXT}}
- docs: fix typo in tutorial (thanks, Kıvanç Yazan!)

0.991 2023-11-23 20:32:17-05:00 America/New_York
- make the requirement for perl v5.12.0 explicit; previously, it was
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/Exporter/Tutorial.pod
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module was used like this:
...the consumer would get a salad. Also, all the generators would be passed,
as their fourth argument, something like this:

{ allerges => [ qw(peanuts) ], ethics => [ qw(vegan) ] }
{ allergies => [ qw(peanuts) ], ethics => [ qw(vegan) ] }

Generators may have arguments in their definition, as well. These must be code
refs that perform validation of the collected values. They are passed the
Expand Down

2 comments on commit 9f63b87

@kyzn
Copy link

@kyzn kyzn commented on 9f63b87 Jun 10, 2024

Choose a reason for hiding this comment

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

🥳 Thanks for the change!

@rjbs
Copy link
Owner Author

@rjbs rjbs commented on 9f63b87 Jun 10, 2024

Choose a reason for hiding this comment

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

@kyzn 👍🏽 I have a backlog of things you had sent and later closed, which I will try to apply in the coming days/weeks. I appreciate them, and I apologize for letting them sit around so olong.

Please sign in to comment.