Skip to content

Commit

Permalink
Merge pull request #48 from Habetdin/patch-1
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
colshrapnel authored Apr 5, 2018
2 parents 5fcb267 + 4977ba1 commit 4f76f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safemysql.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function getOne()
*
* Examples:
* $data = $db->getRow("SELECT * FROM table WHERE id=1");
* $data = $db->getOne("SELECT * FROM table WHERE id=?i", $id);
* $data = $db->getRow("SELECT * FROM table WHERE id=?i", $id);
*
* @param string $query - an SQL query with placeholders
* @param mixed $arg,... unlimited number of arguments to match placeholders in the query
Expand Down

0 comments on commit 4f76f45

Please sign in to comment.