Skip to content

Commit 6b4c127

Browse files
mridahkwhat
authored andcommitted
Fix readme
1 parent a69453f commit 6b4c127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Statement/INSERT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Returns the primary key for the inserted record
4242
// INSERT INTO users ( id , usr , pwd ) VALUES ( ? , ? , ? )
4343
$insertStatement = $pdo->insert(array(
4444
"id" => 1234,
45-
"usr" => "your_username"",
45+
"usr" => "your_username",
4646
"pwd" => "your_password"
4747
))
4848
->into("users");

0 commit comments

Comments
 (0)