Skip to content

Commit 86889bd

Browse files
authored
Merge pull request #775 from eponier/typos
Fix typos
2 parents 5214822 + 9d650c5 commit 86889bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/derive/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See the [documentation of that option in the Coq reference manual](https://coq.i
3636
## Usage and attributes
3737

3838
Using `derive Inductive ty := ...` produces the inductive `ty`, together with
39-
derivations, all in the current scope. The `#[module=<string>]` attriute can
39+
derivations, all in the current scope. The `#[module=<string>]` attribute can
4040
be used to specify that the inductive and the derivations should be wrapped
4141
in a module of the given name (the name of the inductive is used if no name
4242
is specified).
@@ -282,7 +282,7 @@ projcons1
282282
A -> forall n : nat, Vector.t A n ->
283283
Vector.t A H -> A
284284
```
285-
The intended use is to perform injection, i.e. one aleady has a term of the
285+
The intended use is to perform injection, i.e. one already has a term of the
286286
shape `K args` and can just use these args to provide the default values.
287287

288288
If the projected argument's type depends on the value of other arguments, then it

0 commit comments

Comments
 (0)