Skip to content

Commit

Permalink
doc: fix typo reference in doc of lazy discrimination tree (#6377)
Browse files Browse the repository at this point in the history
This PR fix a bad reference in doc of lazy discrimination tree.
  • Loading branch information
alissa-tung authored Dec 13, 2024
1 parent bac34c7 commit 58ffd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Meta/LazyDiscrTree.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ population of imported modules for use in tactics. It uses a lazy
initialization strategy.
The discrimination tree can be created through
`createImportedEnvironment`. This creates a discrimination tree from all
`createImportedDiscrTree`. This creates a discrimination tree from all
imported modules in an environment using a callback that provides the
entries as `InitEntry` values.
Expand Down

0 comments on commit 58ffd15

Please sign in to comment.