summaryrefslogtreecommitdiffstats
path: root/testing/070_ref_variadic_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/070_ref_variadic_template.cpp')
-rw-r--r--testing/070_ref_variadic_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/070_ref_variadic_template.cpp b/testing/070_ref_variadic_template.cpp
index 376cebe..fa558b7 100644
--- a/testing/070_ref_variadic_template.cpp
+++ b/testing/070_ref_variadic_template.cpp
@@ -28,7 +28,7 @@
* @li \ref func(int,const Args**... args) "Eighth overload"
* @li \ref func(int,Args...) "Ninth overload"
*
- * The followings are interpreted the same:
+ * The following are interpreted the same:
* @li \ref func(int,const Args&... args) "without template argument"
* @li \ref func<Args...>(int,const Args&... args) "with template argument"
*