fix: typo in ExtractLetsConfig doc comment (#12174)
This PR fixes a typo in `ExtractLetsConfig.merge` doc comment. Reported on Zulip: https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/Typo.20in.20Init.2FMetaTypes.2Elean/near/568698828 🤖 Prepared with Claude Code Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
00c8431cf8
commit
ebec1b3a16
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ structure ExtractLetsConfig where
|
|||
/-- If true (default: false), eliminate unused lets rather than extract them. -/
|
||||
usedOnly : Bool := false
|
||||
/-- If true (default: true), reuse local declarations that have syntactically equal values.
|
||||
Note that even when false, the caching strategy for `extract_let`s may result in fewer extracted let bindings than expected. -/
|
||||
Note that even when false, the caching strategy for `extract_lets` may result in fewer extracted let bindings than expected. -/
|
||||
merge : Bool := true
|
||||
/-- When merging is enabled, if true (default: true), make use of pre-existing local definitions in the local context. -/
|
||||
useContext : Bool := true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue