From 625f3fcd46e039b274cac9c36345579f241a109e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 5 Dec 2023 09:15:02 -0700 Subject: [PATCH] Fix the spelling of a function in the documentation. --- include/deal.II/dofs/dof_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index a16ad141cc..42207e37ef 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -877,7 +877,7 @@ public: * The number is the same as for max_couplings_between_dofs() in one * dimension less. * - * @note The same applies to this function as to max_couplings_per_dofs() as + * @note The same applies to this function as to max_couplings_between_dofs() as * regards the performance of this function. Think about one of the dynamic * sparsity pattern classes instead (see * @ref Sparsity). -- 2.39.5