fix: Typo
This commit is contained in:
parent
f9b80080c4
commit
bc2e0ee222
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue