diff options
| author | Russ Cox <rsc@golang.org> | 2021-12-06 12:32:45 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-12-06 20:47:26 +0000 |
| commit | c4713138b04463a93e1ee8e251a1002e0e34debd (patch) | |
| tree | da5f59f4162a5971960ca0c2fa337ea107c11c33 /_content/doc/tutorial | |
| parent | 081156a20896d562a3f61e90405743916b5189fe (diff) | |
| download | go-x-website-c4713138b04463a93e1ee8e251a1002e0e34debd.tar.xz | |
_content: cancel spelling
canceled
canceling
cancellation
Per https://go.dev/wiki/Spelling.
Change-Id: I3e719a9f07e64259e6bcf02c9d15939069176538
Reviewed-on: https://go-review.googlesource.com/c/website/+/369714
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to '_content/doc/tutorial')
| -rw-r--r-- | _content/doc/tutorial/database-access.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/doc/tutorial/database-access.md b/_content/doc/tutorial/database-access.md index cd0cfb8f..3718180c 100644 --- a/_content/doc/tutorial/database-access.md +++ b/_content/doc/tutorial/database-access.md @@ -12,7 +12,7 @@ for a quick introduction. The [`database/sql`](https://pkg.go.dev/database/sql) package you'll be using includes types and functions for connecting to databases, executing -transactions, cancelling an operation in progress, and more. For more details +transactions, canceling an operation in progress, and more. For more details on using the package, see [Accessing databases](/doc/database/index). @@ -785,4 +785,4 @@ func addAlbum(alb Album) (int64, error) { } return id, nil } -```
\ No newline at end of file +``` |
