Skip to content

Commit 33773a2

Browse files
jreanfabpot
authored andcommitted
Update Client.php
1 parent 490f277 commit 33773a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function isFollowingRedirects()
7878
}
7979

8080
/**
81-
* Sets the maximum number of requests that crawler can follow.
81+
* Sets the maximum number of redirects that crawler can follow.
8282
*
8383
* @param int $maxRedirects
8484
*/
@@ -89,7 +89,7 @@ public function setMaxRedirects($maxRedirects)
8989
}
9090

9191
/**
92-
* Returns the maximum number of requests that crawler can follow.
92+
* Returns the maximum number of redirects that crawler can follow.
9393
*
9494
* @return int
9595
*/

0 commit comments

Comments
 (0)