Skip to content

Commit 538b240

Browse files
author
DavidUnderdown
committed
typos
1 parent 382f9c1 commit 538b240

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

csv-schema-1.1.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,9 @@ <h4>Partial UK Date Expression</h4>
14321432
A <dfn>Partial UK Date Expression</dfn> is essentially the same as a <a>UK Date Expression</a>,
14331433
but allows for difficulties in transcribing from original archival material by accepting a <code>question mark (?)</code>,
14341434
i.e. the [[UTF-8]] character code <code>0x3F</code> in place of illegible digits in any position, or an <code>asterisk (*)</code>,
1435-
i.e. the [[UTF-8]] character code <code>0x2A</code> in place of a missing value. As dates may not be complete,
1436-
it is impossible to determine reliably if a date falls within a given range, so there is no option to supply one.
1435+
i.e. the [[UTF-8]] character code <code>0x2A</code> in place of a missing value. The names of months may also be supplied as the full name in English, i.e.:
1436+
January, February, March, April, May, June, July, September, October, November, December.
1437+
As dates may not be complete, it is impossible to determine reliably if a date falls within a given range, so there is no option to supply one.
14371438
</p>
14381439
<table class="ebnf-table">
14391440
<tr>
@@ -1446,7 +1447,7 @@ <h4>Partial UK Date Expression</h4>
14461447
<section>
14471448
<h5>Usage</h5>
14481449
<pre class="example" data-lt="UK Date Expression Syntax">
1449-
a_column: partUkDate //the value of a_column must be a valid ukDate, but may also include characters ? and * to represent illegible or missing characters
1450+
a_column: partUkDate //the value of a_column must be a valid ukDate, but may also include characters ? and * to represent illegible or missing characters, and month names in full
14501451
</pre>
14511452
</section>
14521453
</section>

csv-schema.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,9 @@ <h4>Partial UK Date Expression</h4>
14321432
A <dfn>Partial UK Date Expression</dfn> is essentially the same as a <a>UK Date Expression</a>,
14331433
but allows for difficulties in transcribing from original archival material by accepting a <code>question mark (?)</code>,
14341434
i.e. the [[UTF-8]] character code <code>0x3F</code> in place of illegible digits in any position, or an <code>asterisk (*)</code>,
1435-
i.e. the [[UTF-8]] character code <code>0x2A</code> in place of a missing value. As dates may not be complete,
1436-
it is impossible to determine reliably if a date falls within a given range, so there is no option to supply one.
1435+
i.e. the [[UTF-8]] character code <code>0x2A</code> in place of a missing value. The names of months may also be supplied as the full name in English, i.e.:
1436+
January, February, March, April, May, June, July, September, October, November, December.
1437+
As dates may not be complete, it is impossible to determine reliably if a date falls within a given range, so there is no option to supply one.
14371438
</p>
14381439
<table class="ebnf-table">
14391440
<tr>
@@ -1446,7 +1447,7 @@ <h4>Partial UK Date Expression</h4>
14461447
<section>
14471448
<h5>Usage</h5>
14481449
<pre class="example" data-lt="UK Date Expression Syntax">
1449-
a_column: partUkDate //the value of a_column must be a valid ukDate, but may also include characters ? and * to represent illegible or missing characters
1450+
a_column: partUkDate //the value of a_column must be a valid ukDate, but may also include characters ? and * to represent illegible or missing characters, and month names in full
14501451
</pre>
14511452
</section>
14521453
</section>

0 commit comments

Comments
 (0)