aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-01-23 08:23:17 -0500
committerJack Lloyd <[email protected]>2021-01-23 08:23:17 -0500
commit7190f5ecd85f29c20997fcbba87967659de579d6 (patch)
treeb95782e691a3629f7fb17b3d1cea8a09dd56618d /doc
parentbc3f36b80a576613c9bcacdbb113dab241657993 (diff)
Fix documentation formatting
Closes #2594
Diffstat (limited to 'doc')
-rw-r--r--doc/api_ref/message_auth_codes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_ref/message_auth_codes.rst b/doc/api_ref/message_auth_codes.rst
index 2886f2011..169323229 100644
--- a/doc/api_ref/message_auth_codes.rst
+++ b/doc/api_ref/message_auth_codes.rst
@@ -96,7 +96,7 @@ The Botan MAC computation is split into five stages.
Code Examples
------------------------
-The following example computes an HMAC with a random key then verifies the tag.
+The following example computes an HMAC with a random key then verifies the tag::
#include <botan/mac.h>
#include <botan/hex.h>