Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
oops for #3853
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Nov 25, 2014
1 parent 545cd7e commit be1d37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typechecker/en/modules/expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ Digit{1,2} ":" Digit{2} ( ":" Digit{2} ( ":" Digit{3} )? )?
is, between the layers 3 and 4 defined in
<xref linkend="operatorprecedence"/>.</para>

<synopsis>LetValueList: "(" LetValue ("," Value)* ")"</synopsis>
<synopsis>LetValueList: "(" LetValue ("," LetValue)* ")"</synopsis>

<para>Each variable is a shortcut reference declaration, as defined
in <xref linkend="references"/>.</para>
Expand Down

0 comments on commit be1d37a

Please sign in to comment.