diff --git a/examples/range.cc b/examples/range.cc index dc0494f..72aea24 100644 --- a/examples/range.cc +++ b/examples/range.cc @@ -1,4 +1,4 @@ -/** @exmaple range.cc +/** @example range.cc * * Simple examples of usage of the range system without using the pipe syntax. */ diff --git a/examples/range_pipe.cc b/examples/range_pipe.cc index fc14178..6a8e742 100644 --- a/examples/range_pipe.cc +++ b/examples/range_pipe.cc @@ -1,4 +1,4 @@ -/** @exmaple range_pipe.cc +/** @example range_pipe.cc * * Simple examples of usage of the range system using the pipe syntax. */