summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2020-07-29 18:25:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-03 21:16:31 +0200
commit08213f5568a871fbdc2d878f2589f75c05eb0985 (patch)
tree7e29ac7f56dcb88be69b572a6affa428b6151e20
parentf91f7747879ec28606293426720c136ec15b0e2d (diff)
downloadbarebox-08213f5568a871fbdc2d878f2589f75c05eb0985.tar.gz
barebox-08213f5568a871fbdc2d878f2589f75c05eb0985.tar.xz
Documentation/sandbox: fix code block
Remove unneeded colon. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/sandbox.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/boards/sandbox.rst b/Documentation/boards/sandbox.rst
index 8b00093fb9..8b24b6a645 100644
--- a/Documentation/boards/sandbox.rst
+++ b/Documentation/boards/sandbox.rst
@@ -17,7 +17,7 @@ The barebox sandbox can be built with the host compiler:
Running the sandbox
-------------------
-Once you compile barebox for the sandbox, you can run it with::
+Once you compile barebox for the sandbox, you can run it with:
.. code-block:: console