aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2020-07-13 15:09:25 +0200
committerThéo Zimmermann2020-07-13 15:09:25 +0200
commitf238b252019555c0a9ae5bb0f56b4c73192b1e86 (patch)
tree722f93abd2f359bc51ea616cfa514558644430dc
parentf4593ab277c12eda7e000011eeb2276716ac9a09 (diff)
parentf91f2ac64fbc7035c77592195c67050640abc3cb (diff)
Merge PR #12681: tactics.rst: `Require A` is enough for `A`'s hints
Reviewed-by: Zimmi48
-rw-r--r--doc/sphinx/proof-engine/tactics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index 4af3ebc47b..25c4de7389 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -4162,7 +4162,7 @@ Hint locality
Hints provided by the ``Hint`` commands are erased when closing a section.
Conversely, all hints of a module ``A`` that are not defined inside a
section (and not defined with option ``Local``) become available when the
-module ``A`` is imported (using e.g. ``Require Import A.``).
+module ``A`` is required (using e.g. ``Require A.``).
As of today, hints only have a binary behavior regarding locality, as
described above: either they disappear at the end of a section scope,