Skip to content

Commit 3962a08

Browse files
wuchihsudmitshur
authored andcommitted
_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: 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]>
1 parent bbc52f6 commit 3962a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/tutorial/database-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ but most DBMSes have their own CLI with similar features.
159159
* Create an `album` table with four columns: `title`, `artist`, and `price`.
160160
Each row's `id` value is created automatically by the DBMS.
161161
162-
* Add three rows with values.
162+
* Add four rows with values.
163163
164164
7. From the `mysql` command prompt, run the script you just created.
165165

0 commit comments

Comments
 (0)