aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/libmaple/api/util.rst
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-05-27 23:15:55 -0700
committerbnewbold <bnewbold@robocracy.org>2015-05-27 23:15:55 -0700
commit124c8964eb81705d0924295e63866370e9c16ede (patch)
tree16ac60db3e07d2a90d60730b3c4fc5bd218108a2 /docs/source/libmaple/api/util.rst
parent6f45284326411f3f3d68e077449f14a2d1caa693 (diff)
downloadlibrambutan-124c8964eb81705d0924295e63866370e9c16ede.tar.gz
librambutan-124c8964eb81705d0924295e63866370e9c16ede.zip
docs: many small broken ref fixes, syntax bugfixes
Diffstat (limited to 'docs/source/libmaple/api/util.rst')
-rw-r--r--docs/source/libmaple/api/util.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/libmaple/api/util.rst b/docs/source/libmaple/api/util.rst
index 54377c0..2f6e080 100644
--- a/docs/source/libmaple/api/util.rst
+++ b/docs/source/libmaple/api/util.rst
@@ -50,5 +50,5 @@ If an assertion fails, execution is halted at the point of the failed
assertion. When libmaple has been configured properly (Wirish
performs this configuration by default), the built-in LED throbs in a
smooth pattern to signal the failed assertion (using
-:c:func:`throb()`), and the file and line where the assert failed are
+``throb()``), and the file and line where the assert failed are
transmitted to the user as detailed in :ref:`lang-assert`.