diff --git a/reference/mysqli/mysqli_stmt/store-result.xml b/reference/mysqli/mysqli_stmt/store-result.xml index 7cb55b76a1..35ba40ea97 100644 --- a/reference/mysqli/mysqli_stmt/store-result.xml +++ b/reference/mysqli/mysqli_stmt/store-result.xml @@ -28,7 +28,7 @@ It is unnecessary to call mysqli_stmt_store_result for other queries, - but if you do, it will not harm or cause any notable performance in all cases. + but if you do, it will not harm or cause any notable performance loss in all cases. You can detect whether the query produced a result set by checking if mysqli_stmt_result_metadata returns NULL.