Skip to content

Commit 4a852c0

Browse files
authored
Merge pull request #560 from LPCIC/fix-doc
Update tutorial_coq_elpi_command.v
2 parents eed07eb + c8848b6 commit 4a852c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

etc/tutorial_style.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
.. role:: libtype(elpi-type)
4141
:src: LPCIC coq-elpi master elpi/coq-lib.elpi
4242

43+
.. role:: libtype-common(elpi-type)
44+
:src: LPCIC coq-elpi master elpi/coq-lib-common.elpi
45+
4346
.. role:: stdtype(elpi-type)
4447
:src: LPCIC coq-elpi master elpi-builtin.elpi
4548

examples/tutorial_coq_elpi_command.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ the string :e:`"33"`.
617617
618618
Attributes are usually validated (parsed) and turned into regular options
619619
using :lib-common:`coq.parse-attributes` and a description of their types using
620-
the :libtype:`attribute-type` data type:
620+
the :libtype-common:`attribute-type` data type:
621621
622622
|*)
623623

0 commit comments

Comments
 (0)