Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/check/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ evaluates to ``true``, ``1``, or ``H``. The extra verbosity is also present when

.. code-block:: vhdl

check(false, result("for my data.");
check(false, result("for my data."));

will result in

Expand All @@ -485,7 +485,7 @@ while

.. code-block:: vhdl

check_true(false, result("for my data.");
check_true(false, result("for my data."));

will result in

Expand Down