From b329e0ddcda205a851a4b1d6bc9374f3af3c5520 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 20 Jun 2023 18:44:54 -0600 Subject: [PATCH] Fix a typo in the name of a function in the documentation. --- include/deal.II/base/tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5