fix: Typo

This commit is contained in:
jstoobysmith 2024-12-04 16:31:09 +00:00
parent f9b80080c4
commit bc2e0ee222

View file

@ -25,7 +25,7 @@ def pertubationTheory : NoteFile where
unsafe def main (args : List String) : IO UInt32 := do
initSearchPath (← findSysroot)
let htmlString ← CoreM.withImportModules #[`HepLean] (pertubationTheory.toHTMLString).run'
let htmlFile : System.FilePath := {toString := "./docs/PertubationTheory.html"}
let htmlFile : System.FilePath := {toString := "./docs/PerturbationTheory.html"}
IO.FS.writeFile htmlFile htmlString
IO.println (s!"HTML file made.")
pure 0