Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit a05deb9

Browse files
committed
chore: fix wording
1 parent 1a2550f commit a05deb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lake/Config/LeanExe.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace LeanExe
5454
name := WfName.ofName self.config.root
5555
keyName := WfName.ofName self.pkg.name |>.appendName self.config.root
5656

57-
/- Return the the modules root if the name matches, otherwise return none. -/
57+
/- Return the the root module if the name matches, otherwise return none. -/
5858
def isRoot? (name : Name) (self : LeanExe) : Option Module :=
5959
if name == self.config.root then some self.root else none
6060

0 commit comments

Comments
 (0)