aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-12-06 12:32:45 -0500
committerRuss Cox <rsc@golang.org>2021-12-06 20:47:26 +0000
commitc4713138b04463a93e1ee8e251a1002e0e34debd (patch)
treeda5f59f4162a5971960ca0c2fa337ea107c11c33 /_content/doc/tutorial
parent081156a20896d562a3f61e90405743916b5189fe (diff)
downloadgo-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.md4
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
+```