commit 4251918a55ec708fba1cda478f85f9b5a9395897
parent cdda255f149cb43b14ac11ffd3831b713e6d64e7
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Sat, 22 Feb 2025 20:32:30 -0300
Fixed typo in Corolary
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/UltiSnips/tex/amsthm.snippets b/UltiSnips/tex/amsthm.snippets
@@ -18,7 +18,7 @@ snippet amsthm "amsthm" b
\newtheorem{theorem}{Theorem}
\newtheorem{proposition}{Proposition}
\newtheorem{lemma}{Lemma}
-\newtheorem{corolary}{Corolary}
+\newtheorem{corollary}{Corollary}
\newtheorem{affirmation}{Affirmation}
\newtheorem{exercise}{Exercise}
\newtheorem{problem}{Problem}