Skip to content
Snippets Groups Projects
Commit d74622e2 authored by Robbert Krebbers's avatar Robbert Krebbers Committed by Ralf Jung
Browse files

better wording

parent acd4bf15
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ Use `Lemma`, not `Theorem` (or the other variants: `Fact`, `Corollary`,
### `Require`
Never put `Require` in the middle of a file. All `Require` must be at the top.
If you only want to *import* a certain module in some specific place, you can do something like
If you only want to *import* a certain module in some specific place (for instance, in a `Section` or other `Module`), you can do something like:
```coq
From lib Require component.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment