Skip to content

Commit 12c9768

Browse files
committed
Correct "an SQL" usage
Corrected grammatical error from "a SQL" to "an SQL" in documentation
1 parent 66336d4 commit 12c9768

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/20-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h2>Identifiers escaping</h2>
331331

332332
<p>
333333
You should escaping identifiers including a blank space using square brackets or backtick character (`). <br />
334-
Also you shold escaping identifiers that equal a SQL keyword (e.g. <code>SELECT * FROM [SELECT] or SELECT * FROM `SELECT`</code>).
334+
Also you shold escaping identifiers that equal an SQL keyword (e.g. <code>SELECT * FROM [SELECT] or SELECT * FROM `SELECT`</code>).
335335
</p>
336336

337337
<p>

docs/30-jdbc-client-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Using the UCanAccess command-line console</h2>
8282
or commands at this prompt. All queries and commands end with a semicolon (&quot;;&quot;).
8383
</p>
8484

85-
<p>A SQL query looks like this:
85+
<p>An SQL query looks like this:
8686
<code>UCanAccess&gt;SELECT * FROM License;</code>
8787
</p>
8888

src/site/xhtml/20-getting-started.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public class CryptCodecOpener implements JackcessOpenerInterface {
234234
<h2>Identifiers escaping</h2>
235235
<p>
236236
You should escaping identifiers including a blank space using square brackets or backtick character (`). <br/>
237-
Also you shold escaping identifiers that equal a SQL keyword (e.g. <code>SELECT * FROM [SELECT] or SELECT * FROM `SELECT`</code>).
237+
Also you shold escaping identifiers that equal an SQL keyword (e.g. <code>SELECT * FROM [SELECT] or SELECT * FROM `SELECT`</code>).
238238
</p>
239239
<p>
240240
SQL Keywords are: ALL, AND,ANY, AS, AT, AVG, BETWEEN, BOTH, BY, CALL, CASE, CAST, COALESCE,

src/site/xhtml/30-jdbc-client-tools.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
the Access DB file. Once it reads in the database file, it will print out a prompt. You can enter SQL queries
1515
or commands at this prompt. All queries and commands end with a semicolon (";").
1616
</p>
17-
<p>A SQL query looks like this:
17+
<p>An SQL query looks like this:
1818
<code>UCanAccess&gt;SELECT * FROM License;</code>
1919
</p>
2020
<p>

0 commit comments

Comments
 (0)