From 93e5bbae85b64e852f8f7ab395ba2ed2249514e2 Mon Sep 17 00:00:00 2001 From: Marc Emery Date: Wed, 26 Jun 2024 23:14:51 +0200 Subject: [PATCH] Typos --- README.rst | 2 +- source/SpinalHDL/Examples/Simple ones/sinus_rom.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fcc1b01f6f9..6be0fdd339b 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ Create a virtual environment with pipenv (will use the Pipfile for installing th python3 -m venv .venv -then you can activate the virtual enviroment (in bash) and install the dependencies +then you can activate the virtual environment (in bash) and install the dependencies .. code:: shell diff --git a/source/SpinalHDL/Examples/Simple ones/sinus_rom.rst b/source/SpinalHDL/Examples/Simple ones/sinus_rom.rst index d28c08468bb..c08d6450749 100644 --- a/source/SpinalHDL/Examples/Simple ones/sinus_rom.rst +++ b/source/SpinalHDL/Examples/Simple ones/sinus_rom.rst @@ -1,9 +1,9 @@ .. _sinus_rom: -Sinus rom +Sinus ROM ========= -Let's imagine that you want to generate a sine wave and also have a filtered version of it (which is completely useless in practical, but let's do it as an example). +Let's imagine that you want to generate a sine wave and also have a filtered version of it (which is completely useless in practice, but let's do it as an example). .. list-table:: :header-rows: 1