From 084abe943750365f2b57e64885d68e976510b64c Mon Sep 17 00:00:00 2001 From: Patrick BREINSBERGER Date: Wed, 6 May 2026 12:56:15 +0200 Subject: [PATCH] Fix typo in user guide --- docs/check/user_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/check/user_guide.rst b/docs/check/user_guide.rst index ff0373c69..415ae003b 100644 --- a/docs/check/user_guide.rst +++ b/docs/check/user_guide.rst @@ -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 @@ -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