diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index ce12b2e4b2..9fdd70a2e8 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + @@ -88,8 +88,8 @@ CURLOPT_FAILONERROR &true; to fail silently if the HTTP code returned - is greater than 300. The default behavior is to return the page - normally, ignoring the code. + is greater than or equal to 400. The default behavior is to return + the page normally, ignoring the code.