Skip to content

Commit 5ef67fb

Browse files
authored
[spec] Editorial nit (#1484)
1 parent f1229e1 commit 5ef67fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/syntax/values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Different classes of *integers* with different value ranges are distinguished by
6161
\uN \\
6262
\end{array}
6363
64-
The latter class defines *uninterpreted* integers, whose signedness interpretation can vary depending on context.
64+
The class |iN| defines *uninterpreted* integers, whose signedness interpretation can vary depending on context.
6565
In the abstract syntax, they are represented as unsigned values.
6666
However, some operations :ref:`convert <aux-signed>` them to signed based on a two's complement interpretation.
6767

0 commit comments

Comments
 (0)