Skip to content

Commit 8218443

Browse files
committed
fix a typo in manual
1 parent 5f94797 commit 8218443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $data = Array ("login" => "admin",
126126
"createdAt" => $db->now(),
127127
"updatedAt" => $db->now(),
128128
);
129-
$updateColumns = Array ("updateAt");
129+
$updateColumns = Array ("updatedAt");
130130
$lastInsertId = "id";
131131
$db->onDuplicate($updateColumns, $lastInsertId);
132132
$id = $db->insert ('users', $data);

0 commit comments

Comments
 (0)