Skip to content

Commit

Permalink
Fixed err:XS0088 per a suggestion from Achim
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed May 28, 2024
1 parent 0a2faf3 commit fc6cdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xproc/src/main/xml/specification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@ Variable names are always expressed as
<error code="S0088">It is
a <glossterm>static error</glossterm> if the qualified name of a static option
<glossterm baseform="shadow">shadows</glossterm>
the name of another static option.</error></para>
the name of another static option or a variable.</error></para>

<para>It is not an error if two static options with the same name appear
in different scopes, but it is not good practice. Bear in mind, for
Expand Down

0 comments on commit fc6cdb8

Please sign in to comment.