Skip to content

Commit 8603eea

Browse files
One more outputblock in uax31.tex.
This is actually a partial cherry-pick. Co-authored-by: Eelis van der Weegen <eelis@eelis.net>
1 parent 09c5897 commit 8603eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/uax31.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
\UAX{31} specifies a default syntax for identifiers
2424
based on properties from the Unicode Character Database, \UAX{44}.
2525
The general syntax is
26-
\begin{codeblock}
26+
\begin{outputblock}
2727
<Identifier> := <Start> <Continue>* (<Medial> <Continue>+)*
28-
\end{codeblock}
28+
\end{outputblock}
2929
where \tcode{<Start>} has the XID_Start property,
3030
\tcode{<Continue>} has the XID_Continue property, and
3131
\tcode{<Medial>} is a list of characters permitted between continue characters.

0 commit comments

Comments
 (0)