Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcmry committed Jun 26, 2024
1 parent 57f882b commit 93e5bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/SpinalHDL/Examples/Simple ones/sinus_rom.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93e5bba

Please sign in to comment.