summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/enumrange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/enumrange.hxx b/include/o3tl/enumrange.hxx
index 4f26c22337df..560a158cecb6 100644
--- a/include/o3tl/enumrange.hxx
+++ b/include/o3tl/enumrange.hxx
@@ -33,7 +33,7 @@ namespace o3tl {
/// Use like this:
/// enum class COLOR { RED, GREEN, BLUE, LAST=BLUE };
/// for( auto e : o3tl::enumrange<Color>() )
-/// .....;
+/// ....;
///
/// \param T the 'enum class' type.
template< typename T>