Skip to content

Commit

Permalink
_content/doc/tutorial: fix number of rows in database-access.md
Browse files Browse the repository at this point in the history
"Add three rows with values" should be "Add four rows with values".

Change-Id: I82103908292faf95c1b6c62ca57d6f47b0249ccb
GitHub-Last-Rev: 2a02403
GitHub-Pull-Request: #126
Reviewed-on: https://go-review.googlesource.com/c/website/+/385594
Reviewed-by: DO NOT USE <[email protected]>
Trust: Dmitri Shuralyov <[email protected]>
  • Loading branch information
wuchihsu authored and dmitshur committed Feb 18, 2022
1 parent bbc52f6 commit 3962a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/doc/tutorial/database-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ but most DBMSes have their own CLI with similar features.
* Create an `album` table with four columns: `title`, `artist`, and `price`.
Each row's `id` value is created automatically by the DBMS.
* Add three rows with values.
* Add four rows with values.
7. From the `mysql` command prompt, run the script you just created.
Expand Down

0 comments on commit 3962a08

Please sign in to comment.