From: Wolfgang Bangerth Date: Wed, 21 Jun 2023 00:44:54 +0000 (-0600) Subject: Fix a typo in the name of a function in the documentation. X-Git-Tag: v9.5.0-rc1~68^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b329e0ddcda205a851a4b1d6bc9374f3af3c5520;p=dealii.git Fix a typo in the name of a function in the documentation. --- diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index b7a69bdfd2..bd0f6d3317 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -575,7 +575,7 @@ public: * Obviously, the ArrayView object must represent a stretch of * data of size `dim``rank`. The sequentially ordered elements * of the argument `initializer` are interpreted as described by - * unrolled_to_component_index(). + * unrolled_to_component_indices(). * * This constructor obviously requires that the @p ElementType type is * either equal to @p Number, or is convertible to @p Number.