diff options
Diffstat (limited to 'libstdc++-v3/include/std/array')
| -rw-r--r-- | libstdc++-v3/include/std/array | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/array b/libstdc++-v3/include/std/array index e895dd7fc67..58263ce418a 100644 --- a/libstdc++-v3/include/std/array +++ b/libstdc++-v3/include/std/array @@ -55,8 +55,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * * Sets support random access iterators. * - * @param Tp Type of element. Required to be a complete type. - * @param N Number of elements. + * @tparam Tp Type of element. Required to be a complete type. + * @tparam N Number of elements. */ template<typename _Tp, std::size_t _Nm> struct array |
