Skip to content

Commit e21b2b0

Browse files
authored
Merge pull request #38 from apoorva-sriv/patch-1
Fix link and typo
2 parents a36feae + 4fa0506 commit e21b2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,7 +3211,7 @@ where N and M are integer values:
32113211
<table className="indent" border="0">
32123212
<tbody>
32133213
<tr><td>N</td><td>Upper and lower boundaries are set to N.</td></tr>
3214-
<tr><td>N-M</td><td>Lower boundery is set to N. Upper boundary is set to M.</td></tr>
3214+
<tr><td>N-M</td><td>Lower boundary is set to N. Upper boundary is set to M.</td></tr>
32153215
<tr><td>N+</td><td>Lower boundary is set to N. No upper boundary.</td></tr>
32163216
</tbody>
32173217
</table>
@@ -3537,7 +3537,7 @@ Attributes:
35373537
<tr>
35383538
<td><code>occurs</code></td>
35393539
<td>An alternative to specifying both <code>minOccurs</code> and <code>maxOccurs</code>
3540-
that uses <a href="#range">range notation</a>.</td>
3540+
that uses <a href="#ranges">range notation</a>.</td>
35413541
<td>No</td>
35423542
<td>*</td>
35433543
</tr>

0 commit comments

Comments
 (0)