Skip to content

Commit 5791643

Browse files
alokclaude
andcommitted
style: fix doubled word in Lake/CLI/Serve docstring
This PR fixes "is not not" → "is not" in the setupFile docstring. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ef9777e commit 5791643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lake/Lake/CLI/Serve.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public def invalidConfigEnvVar := "LAKE_INVALID_CONFIG"
3232

3333
/--
3434
Build the dependencies of a Lean file and print the computed module's setup as JSON.
35-
If `header?` is not not `none`, it will be used to determine imports instead of the
35+
If `header?` is not `none`, it will be used to determine imports instead of the
3636
file's own header.
3737
3838
Requires a configuration file to succeed. If no configuration file exists, it

0 commit comments

Comments
 (0)