Skip to content

Commit

Permalink
Merge pull request #15409 from bangerth/typo
Browse files Browse the repository at this point in the history
Fix a typo in the name of a function in the documentation.
  • Loading branch information
kronbichler committed Jun 21, 2023
2 parents a41e837 + b329e0d commit 8ddaffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/base/tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ class Tensor
* Obviously, the ArrayView object must represent a stretch of
* data of size `dim`<sup>`rank`</sup>. 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.
Expand Down

0 comments on commit 8ddaffc

Please sign in to comment.