Skip to content

Commit b8dcd2c

Browse files
committed
change wording
1 parent 10ff70e commit b8dcd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/RemoteSite/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function performHttpRequest(
129129
$downloadedBytes
130130
) use ($request) {
131131
if ($downloadedBytes > 1024000) {
132-
throw new \RuntimeException("Unplausible response size while fetching from " . $request->getUri());
132+
throw new \RuntimeException("Implausible response size while fetching from " . $request->getUri());
133133
}
134134
};
135135

0 commit comments

Comments
 (0)