Skip to content

Commit

Permalink
TAP::Parser::Schedular: fix typos in module documentation
Browse files Browse the repository at this point in the history
(Originally reported by Igor Sobrado Delgado on p5p.)
  • Loading branch information
mauke authored and Leont committed Nov 17, 2024
1 parent 7b1452a commit 3ed984b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/TAP/Parser/Scheduler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The "C<rules>" data structure is the the heart of the scheduler. It allows you
to express simple rules like "run all tests in sequence" or "run all tests in
parallel except these five tests.". However, the rules structure also supports
glob-style pattern matching and recursive definitions, so you can also express
arbitarily complicated patterns.
arbitrarily complicated patterns.
The rule must only have one top level key: either 'par' for "parallel" or 'seq'
for "sequence".
Expand All @@ -67,7 +67,7 @@ Values must be either strings with possible glob-style matching, or arrayrefs
of strings or hashrefs which follow this pattern recursively.
Every element in an arrayref directly below a 'par' key is eligible to be run
in parallel, while vavalues directly below a 'seq' key must be run in sequence.
in parallel, while values directly below a 'seq' key must be run in sequence.
=head3 Rules examples
Expand Down

0 comments on commit 3ed984b

Please sign in to comment.