Skip to content

Commit 39aa109

Browse files
authored
Merge pull request #1034 from Grinnz/patch-2
Test2::Manual::Anatomy::Context: fix link to test2_stack function
2 parents 24cde9e + 9b2b734 commit 39aa109

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/Test2/Manual/Anatomy/Context.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ acquired. State includes IPC instance, Formatter class, Root PID, etc.
6969
=head2 FIND/CREATE THE CURRENT/ROOT HUB
7070
7171
L<Test2> has a stack of hubs, the stack can be accessed via
72-
L<Test2::API::test2_stack>. When you get a context it will find the current
73-
hub, if there is no current hub then the root one will be initialized.
72+
L<Test2::API::test2_stack|Test2::API/"$stack = test2_stack()">. When you get a
73+
context it will find the current hub, if there is no current hub then the root
74+
one will be initialized.
7475
7576
=head2 PROVIDE HOOKS
7677

0 commit comments

Comments
 (0)