Skip to content

Commit add7d70

Browse files
committed
docs/guide: fix incorrect reference.
1 parent 49dee89 commit add7d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ Every signal included in the target of an assignment becomes a part of the domai
938938
939939
The answer is no. While this kind of code is occasionally useful, rejecting it greatly simplifies backends, simulators, and analyzers.
940940

941-
In addition to assignments, :ref:`assertions, assumptions <lang-asserts>`, and :ref:`debug prints <lang-print>` can be added using the same syntax.
941+
In addition to assignments, :ref:`assertions <lang-assert>` and :ref:`debug prints <lang-print>` can be added using the same syntax.
942942

943943

944944
.. _lang-assignorder:

0 commit comments

Comments
 (0)