chore: fix typo in docstring of mkMVar (#6687)
This PR fixes a very small typo in the docstring of `mkMVar` that misspelled the function it recommends to use instead.
This commit is contained in:
parent
98e3d6f663
commit
5e63dd292f
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ def mkFVar (fvarId : FVarId) : Expr :=
|
|||
/--
|
||||
`.mvar mvarId` is now the preferred form.
|
||||
This function is seldom used, metavariables are often created using functions such
|
||||
as `mkFresheExprMVar` at `MetaM`.
|
||||
as `mkFreshExprMVar` at `MetaM`.
|
||||
-/
|
||||
def mkMVar (mvarId : MVarId) : Expr :=
|
||||
.mvar mvarId
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue