Fixed erroneously commented-out \end{itemize}

Commit 4cb61407a8, CL
https://codereview.chromium.org/2476613002 introduced a spurious `%`
which causes `latex dartLangSpec.tex` to fail. This CL fixes it.

Review URL: https://codereview.chromium.org/2487113003 .
This commit is contained in:
Erik Ernst 2016-11-09 12:30:34 +01:00
parent e7350d171e
commit 5bf3c1fa4d

View file

@ -4163,7 +4163,7 @@ $(r_1, \ldots, r_n, [p_1 = d_1, \ldots , p_k = d_k])$\{
\}
\end{dartCode}
if $f$ is named $m$ and has required parameters $r_1, \ldots, r_n$, and optional positional parameters $p_1, \ldots, p_k$ with defaults $d_1, \ldots, d_k$.
%\end{itemize}
\end{itemize}
\LMHash{}
Except that iff \code{identical($o_1, o_2$)} then \cd{$o_1.m$ == $o_2.m$}.