From: Wolfgang Bangerth Date: Thu, 17 Sep 2020 18:42:15 +0000 (-0600) Subject: Use proper grammar. X-Git-Tag: v9.3.0-rc1~1104^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10929%2Fhead;p=dealii.git Use proper grammar. --- diff --git a/include/deal.II/lac/petsc_vector_base.h b/include/deal.II/lac/petsc_vector_base.h index fb794d5027..296e757ce9 100644 --- a/include/deal.II/lac/petsc_vector_base.h +++ b/include/deal.II/lac/petsc_vector_base.h @@ -280,7 +280,7 @@ namespace PETScWrappers operator=(const VectorBase &) = delete; /** - * Destructor + * Destructor. */ virtual ~VectorBase() override;