diff --git a/main.typ b/main.typ index 97f7eab..100ff82 100644 --- a/main.typ +++ b/main.typ @@ -5,7 +5,7 @@ #import "layout.typ": indent-par, project #show: project.with(title: [Theory of Algorithms Cheatsheet], authors: ( - "Kristofers Solo", + "Kristofers Solo", "jorenchik" )) #let teo(title: "Teorēma", ..args) = memo(title: title, ..args)