Skip to content

Commit

Permalink
Merge pull request #11 from jigintern/hotfix/database-tutorial
Browse files Browse the repository at this point in the history
Fix: 資料の誤りを修正
  • Loading branch information
Futaba-Kosuke authored Aug 10, 2023
2 parents 0a4f3a0 + 6019c4f commit 25d4d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database-tutorial/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ const insertResult = await mySqlClient.execute(`
INSERT INTO teacher_自分の名前 (
name, joining_date
) VALUES (
??, ??
?, ?
);
`, [
"じぐ美先生",
Expand Down

0 comments on commit 25d4d80

Please sign in to comment.