aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-04-09 13:21:00 +0200
committerGaëtan Gilbert2020-04-09 13:21:00 +0200
commit75589e466c9f0ed62dd10fff6c1f7d284c7ffa89 (patch)
treede1aca49cec2cc8dd4c71f26d53e0ade8490965b /doc/sphinx
parent13e727ae9c7400ae0f2d9c2a5057c50e1d9b5858 (diff)
parent2e8e25217abe62ebf0ed17c3ef6c48f595699433 (diff)
Merge PR #11534: Support universe bindings and universe constraints in Let definitions.
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/language/core/sections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/core/sections.rst b/doc/sphinx/language/core/sections.rst
index 9ad8df2b1b..df50dbafe3 100644
--- a/doc/sphinx/language/core/sections.rst
+++ b/doc/sphinx/language/core/sections.rst
@@ -72,7 +72,7 @@ Sections create local contexts which can be shared across multiple definitions.
Most commands, like :cmd:`Hint`, :cmd:`Notation`, option management, … which
appear inside a section are canceled when the section is closed.
-.. cmd:: Let @ident @def_body
+.. cmd:: Let @ident_decl @def_body
Let Fixpoint @fix_definition {* with @fix_definition }
Let CoFixpoint @cofix_definition {* with @cofix_definition }
:name: Let; Let Fixpoint; Let CoFixpoint