Skip to content

Commit 951a67c

Browse files
committed
Fixed typo
1 parent 17814c5 commit 951a67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Notice a directory called *install* containing a file named *session_data.sql*.
9797
// or by using PDO
9898
//
9999
// try {
100-
// $pdo = new PDO(
100+
// $link = new PDO(
101101
// 'mysql:host=' . $host . ';dbname=' . $database . ';charset=utf8mb4', $username, $password, array(
102102
// PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
103103
// ));

0 commit comments

Comments
 (0)