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:
Andrés Goens 2025-01-18 13:28:33 +01:00 committed by GitHub
parent 98e3d6f663
commit 5e63dd292f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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