Skip to content

Commit

Permalink
[spec] Fix comment still referring to old syntax (#957)
Browse files Browse the repository at this point in the history
Addresses [this comment](#884 (comment)).
  • Loading branch information
rossberg authored Jan 30, 2019
1 parent ef047d5 commit d52eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/syntax/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ For each type, several subcategories can be distinguished:
* *Comparisons*: consume two operands of the respective type and produce a Boolean integer result.

* *Conversions*: consume a value of one type and produce a result of another
(the source type of the conversion is the one after the ":math:`\K{/}`").
(the source type of the conversion is the one after the ":math:`\K{\_}`").

Some integer instructions come in two flavors,
where a signedness annotation |sx| distinguishes whether the operands are to be :ref:`interpreted <aux-signed>` as :ref:`unsigned <syntax-uint>` or :ref:`signed <syntax-sint>` integers.
Expand Down

0 comments on commit d52eade

Please sign in to comment.