refactor: Spelling

This commit is contained in:
jstoobysmith 2025-02-07 15:43:59 +00:00
parent b82791d671
commit f8f1e1757f
25 changed files with 80 additions and 80 deletions

View file

@ -25,7 +25,7 @@ structure HTMLNote where
/-- The line in the file where the contribution came from. -/
line : Nat
/-- Converts a note infor into a HTMLNote. -/
/-- Converts a note info into a HTMLNote. -/
def HTMLNote.ofNodeInfo (ni : NoteInfo) : HTMLNote :=
{ ni with }