We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946be8a commit f789fcaCopy full SHA for f789fca
src/Tutorial_Equations_basics.v
@@ -148,7 +148,7 @@ Equations app'' {A} (l l' : list A) : list A :=
148
| [] , l' := l'
149
| (a::l), l' := a :: (app'' l l').
150
151
-(** In this tutorial, we will keep to the first syntax but both are can be
+(** In this tutorial, we will keep to the first syntax but both can be
152
used interchangeably.
153
154
[Equations] enables us to pattern match on several different
0 commit comments