Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7ef5ef

Browse files
altmas5jjasoncool
authored andcommitted
Fix typo
1 parent 7a6ec6b commit d7ef5ef

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP-PDO-MySQL-Class [![Build Status](https://travis-ci.org/lincanbin/PHP-PDO-MySQL-Class.svg?branch=develop)](https://travis-ci.org/lincanbin/PHP-PDO-MySQL-Class)
22
===================
33

4-
A PHP MySQL PDO class similar to the the Python MySQLdb,
4+
A PHP MySQL PDO class similar to the Python MySQLdb,
55
which supports iterator and parameter binding when using "WHERE IN" statement.
66

77
* [Install](#install)
@@ -291,4 +291,4 @@ array(3) {
291291
[yellow] => 2
292292
[green] => 1
293293
}
294-
```
294+
```

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"database",
77
"iterator"
88
],
9-
"description": "A PHP MySQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.",
9+
"description": "A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.",
1010
"license": "Apache-2.0",
1111
"authors": [
1212
{

‎demo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Licensed under the Apache License, Version 2.0:
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* A PHP MySQL PDO class similar to the the Python MySQLdb.
12+
* A PHP MySQL PDO class similar to the Python MySQLdb.
1313
*/
1414
?>
1515
<html>
@@ -26,7 +26,7 @@
2626
PHP-PDO-MySQL-Class
2727
</h1>
2828
<p>
29-
A PHP MySQL PDO class similar to the the Python MySQLdb.
29+
A PHP MySQL PDO class similar to the Python MySQLdb.
3030
</p>
3131
<h2>
3232
Initialize
@@ -325,4 +325,4 @@
325325
</pre>
326326
</body>
327327

328-
</html>
328+
</html>

‎src/PDO.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Licensed under the Apache License, Version 2.0:
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* A PHP MySQL PDO class similar to the the Python MySQLdb.
12+
* A PHP MySQL PDO class similar to the Python MySQLdb.
1313
*/
1414
require(__DIR__ . '/PDO.Log.class.php');
1515
require(__DIR__ . '/PDO.Iterator.class.php');

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /