Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 9d2e805

Browse files
authored
Grammar fix
1 parent d02ce6f commit 9d2e805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modifying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Statements that Modify Data
1212
===========================
1313

1414
Use `Exec()`, preferably with a prepared statement, to accomplish an `INSERT`,
15-
`UPDATE`, `DELETE`, or other statement that doesn't return rows. The following
15+
`UPDATE`, `DELETE`, or another statement that doesn't return rows. The following
1616
example shows how to insert a row and inspect metadata about the operation:
1717

1818
<pre class="prettyprint lang-go">

0 commit comments

Comments
 (0)