Skip to content

Commit c0dd202

Browse files
committed
fix link issue
1 parent 41da7a9 commit c0dd202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Playwright.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ L<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/ar
147147
148148
=head2 Asynchronous operations
149149
150-
The waitFor* methods defined on various classes will return an instance of L<AsyncData>, a part of the L<Async> module.
150+
The waitFor* methods defined on various classes will return an instance of AsyncData, a part of the L<Async> module.
151151
You will then need to wait on the result of the backgrounded action with the await() method documented below.
152152
153153
# Assuming $handle is a Playwright object

0 commit comments

Comments
 (0)