From a1c3755dd6cbb3d25055e0ff4fc8350a442515b0 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:33:22 +1300 Subject: [PATCH] Fix typo --- .../using_yosys/more_scripting/interactive_investigation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using_yosys/more_scripting/interactive_investigation.rst b/docs/source/using_yosys/more_scripting/interactive_investigation.rst index 06b93bb9053..7d4243faffb 100644 --- a/docs/source/using_yosys/more_scripting/interactive_investigation.rst +++ b/docs/source/using_yosys/more_scripting/interactive_investigation.rst @@ -75,7 +75,7 @@ original ``always``-block in the second line. Note how the multiplexer from the ``if``-statement is yet still hidden within the process. The :cmd:ref:`proc` command transforms the process from the first diagram into a -multiplexer and a d-type flip-flip, which brings us to the second diagram: +multiplexer and a d-type flip-flop, which brings us to the second diagram: .. figure:: /_images/011/example_01.* :class: width-helper