diff options
| author | Théo Zimmermann | 2019-04-09 11:09:30 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-04-09 11:09:30 +0200 |
| commit | 0ec0512b63574c9e2190780217f7c006603ea8af (patch) | |
| tree | 9f023ad4bb5d6838855f71a1c1e0908c345a2f6d | |
| parent | 70a00b72035be1f5c3900a78df97d7350cc70bb6 (diff) | |
| parent | fc954b961d2ec51e9ec24417b63e4247f93424a3 (diff) | |
Merge PR #9931: Fix spelling in comment.
Reviewed-by: Zimmi48
| -rw-r--r-- | theories/Arith/PeanoNat.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/PeanoNat.v b/theories/Arith/PeanoNat.v index bc58995fd6..c46c23ad60 100644 --- a/theories/Arith/PeanoNat.v +++ b/theories/Arith/PeanoNat.v @@ -52,7 +52,7 @@ Proof. intros A A_wd A0 AS. apply nat_ind. assumption. intros; now apply -> AS. Qed. -(** Recursion fonction *) +(** Recursion function *) Definition recursion {A} : A -> (nat -> A -> A) -> nat -> A := nat_rect (fun _ => A). |
