Skip to content

Commit 8efb1c5

Browse files
authored
Merge pull request #1165 from galtm/typo-try-catch
Typo and spacing fix
2 parents ff11b5e + 6428bbd commit 8efb1c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xproc/src/main/examples/trycatch.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<p:catch>
1414
<p:identity>
1515
<p:with-input port="source">
16-
<p:inline>
17-
<c:error>HTTP Request Failed</c:error>
18-
</p:inline>
16+
<p:inline>
17+
<c:error>HTTP Request Failed</c:error>
18+
</p:inline>
1919
</p:with-input>
2020
</p:identity>
2121
</p:catch>

xproc/src/main/xml/specification.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5215,7 +5215,7 @@ machine-processable fashion. Many steps omit this because they do not
52155215
include the concept of errors identified by EQNames.</para>
52165216

52175217
<para>The <tag class="attribute">cause</tag> is an EQName which
5218-
identifies an underlying error, if applicable. As an aide to
5218+
identifies an underlying error, if applicable. As an aid to
52195219
interoperability, this specification mandates particular error codes
52205220
for conditions that can arise in a variety of ways. For example,
52215221
<code>err:XD0050</code> is raised for all errors in XPath expressions

0 commit comments

Comments
 (0)