chore: fix wording

This commit is contained in:
tydeu 2022-07-01 14:45:44 -04:00
parent a81994871a
commit b9beeff3ad

View file

@ -54,7 +54,7 @@ namespace LeanExe
name := WfName.ofName self.config.root
keyName := WfName.ofName self.pkg.name |>.appendName self.config.root
/- Return the the modules root if the name matches, otherwise return none. -/
/- Return the the root module if the name matches, otherwise return none. -/
def isRoot? (name : Name) (self : LeanExe) : Option Module :=
if name == self.config.root then some self.root else none