diff options
| author | Chia-Chi Hsu <wuchi5457@gmail.com> | 2022-02-14 13:01:25 +0000 |
|---|---|---|
| committer | Dmitri Shuralyov <dmitshur@google.com> | 2022-02-18 01:53:23 +0000 |
| commit | 3962a089fc08e58181f54eda422a0d07d4bfa4a9 (patch) | |
| tree | 5d4530998c0320138088db441fe1ac59c6103f23 /_content/doc/tutorial/database-access.md | |
| parent | bbc52f685afb7711a4ac83e5e8ea8b6553afb612 (diff) | |
| download | go-x-website-3962a089fc08e58181f54eda422a0d07d4bfa4a9.tar.xz | |
_content/doc/tutorial: fix number of rows in database-access.md
"Add three rows with values" should be "Add four rows with values".
Change-Id: I82103908292faf95c1b6c62ca57d6f47b0249ccb
GitHub-Last-Rev: 2a0240372717014ccff4c511b71a43ba846db760
GitHub-Pull-Request: golang/website#126
Reviewed-on: https://go-review.googlesource.com/c/website/+/385594
Reviewed-by: DO NOT USE <iant@google.com>
Trust: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to '_content/doc/tutorial/database-access.md')
| -rw-r--r-- | _content/doc/tutorial/database-access.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/database-access.md b/_content/doc/tutorial/database-access.md index 3718180c..70955ccb 100644 --- a/_content/doc/tutorial/database-access.md +++ b/_content/doc/tutorial/database-access.md @@ -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. |
