Skip to content

Commit f789fca

Browse files
Update Tutorial_Equations_basics.v
1 parent 946be8a commit f789fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tutorial_Equations_basics.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Equations app'' {A} (l l' : list A) : list A :=
148148
| [] , l' := l'
149149
| (a::l), l' := a :: (app'' l l').
150150

151-
(** In this tutorial, we will keep to the first syntax but both are can be
151+
(** In this tutorial, we will keep to the first syntax but both can be
152152
used interchangeably.
153153
154154
[Equations] enables us to pattern match on several different

0 commit comments

Comments
 (0)