Skip to content

Commit

Permalink
fix link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Apr 12, 2021
1 parent 41da7a9 commit c0dd202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Playwright.pm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ L<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/ar
=head2 Asynchronous operations
The waitFor* methods defined on various classes will return an instance of L<AsyncData>, a part of the L<Async> module.
The waitFor* methods defined on various classes will return an instance of AsyncData, a part of the L<Async> module.
You will then need to wait on the result of the backgrounded action with the await() method documented below.
# Assuming $handle is a Playwright object
Expand Down

0 comments on commit c0dd202

Please sign in to comment.