From 9b650b039eaad27a55386abe9bf9bc547b7c253b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 8 Jul 2023 16:23:13 -0500 Subject: [PATCH] Update WaitsForElements.php --- src/Concerns/WaitsForElements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/WaitsForElements.php b/src/Concerns/WaitsForElements.php index e4ad65236..095942544 100644 --- a/src/Concerns/WaitsForElements.php +++ b/src/Concerns/WaitsForElements.php @@ -431,7 +431,7 @@ protected function formatTimeOutMessage($message, $expected) } /** - * Escape percent characters before feeding the message to sprintf(). + * Escape percent characters in preparation for sending the given message to "sprintf". * * @param string $message * @return string