Skip to content
Snippets Groups Projects
Unverified Commit 07716460 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3174569 by paulocs: Fix English mistake in Connection.php

(cherry picked from commit 00fcf2d6)
parent 8a851e1e
No related branches found
No related tags found
No related merge requests found
......@@ -1652,8 +1652,8 @@ abstract public function nextId($existing_id = 0);
/**
* Prepares a statement for execution and returns a statement object
*
* Emulated prepared statements does not communicate with the database server
* so this method does not check the statement.
* Emulated prepared statements do not communicate with the database server so
* this method does not check the statement.
*
* @param string $statement
* This must be a valid SQL statement for the target database server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment