File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3838Using ` 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
4040be used to specify that the inductive and the derivations should be wrapped
4141in a module of the given name (the name of the inductive is used if no name
4242is 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
286286shape ` K args ` and can just use these args to provide the default values.
287287
288288If the projected argument's type depends on the value of other arguments, then it
You can’t perform that action at this time.
0 commit comments