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