George S. Baugh преди 5 години
родител
ревизия
c0dd202dd2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/Playwright.pm

+ 1 - 1
lib/Playwright.pm

@@ -147,7 +147,7 @@ L<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/ar
 
 
 =head2 Asynchronous operations
 =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.
 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
     # Assuming $handle is a Playwright object