summaryrefslogtreecommitdiffstats
path: root/Documentation/user/variables.rst
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:45:34 +0200
commitd4efb42f80253c979e32459bc755318d696de654 (patch)
treec452333ce72813ab6b863653d3a245ae0fbdb9f0 /Documentation/user/variables.rst
parentce9d79cc4f0c11c6944a2061a218fa69f7abf9e0 (diff)
downloadbarebox-d4efb42f80253c979e32459bc755318d696de654.tar.gz
barebox-d4efb42f80253c979e32459bc755318d696de654.tar.xz
doc: add colon after NOTE and HINT
Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user/variables.rst')
-rw-r--r--Documentation/user/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user/variables.rst b/Documentation/user/variables.rst
index 04e179114e..e349874419 100644
--- a/Documentation/user/variables.rst
+++ b/Documentation/user/variables.rst
@@ -18,7 +18,7 @@ other variable. You can also directly assign a value during creation::
global myvar1=foobar
-**NOTE** creating a variable with ``global myvar1=foobar`` looks very similar
+**NOTE:** creating a variable with ``global myvar1=foobar`` looks very similar
to assigning a value with ``global.myvar1=foobar``, but the latter fails when
a variable has not been created before.