diff --git a/Changes b/Changes index 90773d8..38bddb1 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/Sub/Exporter/Tutorial.pod b/lib/Sub/Exporter/Tutorial.pod index 307e173..96ce998 100644 --- a/lib/Sub/Exporter/Tutorial.pod +++ b/lib/Sub/Exporter/Tutorial.pod @@ -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