aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.tex b/doc/api.tex
index 35ba9208a..e2dbea9e2 100644
--- a/doc/api.tex
+++ b/doc/api.tex
@@ -148,7 +148,7 @@ several typedef'ed types to help buffer it against changes in machine
architecture. These types are used extensively in the interface, and
thus it would be often be convenient to use them without the
\namespace{Botan} prefix. You can do so by \keyword{using} the
-namespace \namespace{Botan\_types} (this way you can use the type
+namespace \namespace{Botan::types} (this way you can use the type
names without the namespace prefix, but the remainder of the library
stays out of the global namespace). The included types are \type{byte}
and \type{u32bit}, which are unsigned integer types.