Fixed a type in tex snippets

This commit is contained in:
Holger Rapp 2010-01-20 17:38:37 +01:00
parent 358745803f
commit a3acc40b96

View File

@ -32,7 +32,7 @@ endsnippet
snippet item "Itemize" b snippet item "Itemize" b
\begin{itemize} \begin{itemize}
\item $0 \item $0
\end{enumerate} \end{itemize}
endsnippet endsnippet
snippet desc "Description" b snippet desc "Description" b