We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8e9b82 + 9d2e805 commit deb7987Copy full SHA for deb7987
modifying.md
@@ -12,7 +12,7 @@ Statements that Modify Data
12
===========================
13
14
Use `Exec()`, preferably with a prepared statement, to accomplish an `INSERT`,
15
-`UPDATE`, `DELETE`, or other statement that doesn't return rows. The following
+`UPDATE`, `DELETE`, or another statement that doesn't return rows. The following
16
example shows how to insert a row and inspect metadata about the operation:
17
18
<pre class="prettyprint lang-go">
0 commit comments