doc: fix typo “reursive” (#3131)

This commit is contained in:
Joachim Breitner 2024-01-02 18:16:24 +01:00 committed by GitHub
parent cc1dcf8043
commit 6998acad66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ def SavedLocalContext.run {α} (slc : SavedLocalContext) (k : MetaM α) :
/-- A `RecCallWithContext` focuses on a single recursive call in a unary predefinition,
and runs the given action in the context of that call. -/
structure RecCallWithContext where
/-- Syntax location of reursive call -/
/-- Syntax location of recursive call -/
ref : Syntax
/-- Function index of caller -/
caller : Nat