Skip to content

Commit 1352994

Browse files
committed
use \sigma instead of raw unicode character in math mode, as it
does not render in the PDF otherwise.
1 parent 7691d7f commit 1352994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ parameters $a_1 , \ldots , a_n$.
172172
Say the type parameters have lower bounds $L_1 , \ldots , L_n$ and
173173
upper bounds $U_1 , \ldots , U_n$. The parameterized type is
174174
well-formed if each actual type parameter
175-
_conforms to its bounds_, i.e. $σ L_i <: T_i <: σ U_i$ where $σ$ is the
175+
_conforms to its bounds_, i.e. $\sigma L_i <: T_i <: \sigma U_i$ where $\sigma$ is the
176176
substitution $[ a_1 := T_1 , \ldots , a_n := T_n ]$.
177177
178178
(@param-types) Given the partial type definitions:

0 commit comments

Comments
 (0)