Skip to content

Commit

Permalink
Merge pull request #1011 from yoshikazusawa/patch-1
Browse files Browse the repository at this point in the history
Fix documentation bug on Test2::Manual::Anatomy::IPC
  • Loading branch information
exodist authored Oct 21, 2024
2 parents 121ec79 + ac916ca commit 4479a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test2/Manual/Anatomy/IPC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ a process/thread/hub to read in any pending events that have been sent to it.
=head1 HOW DOES THE DEFAULT IPC DRIVER WORK?
The default IPC driver is L<Test2::API::Driver::Files>. This default driver,
The default IPC driver is L<Test2::IPC::Driver::Files>. This default driver,
when initialized, starts by creating a temporary directory. Any time an event
needs to be sent to another process/thread/hub, the event will be written to a
file using L<Storable>. The file is written with the destination process,
Expand Down

0 comments on commit 4479a51

Please sign in to comment.