Skip to content

Commit ade6f26

Browse files
committed
Merge pull request honza#241 from daleroberts/master
Fix a bug in the 'thm' tex snippet
2 parents e31ffd0 + e477c20 commit ade6f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/tex.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ snippet tab
2626
snippet thm
2727
\begin[${1:author}]{${2:thm}}
2828
${3}
29-
\end{$1}
29+
\end{$2}
3030
snippet center
3131
\begin{center}
3232
${1}

0 commit comments

Comments
 (0)