From: David Wells Date: Sun, 16 Aug 2015 16:57:02 +0000 (-0400) Subject: Fix a typo in the BlockVectorBase documentation. X-Git-Tag: v8.4.0-rc2~585^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2678fd5191ac1f6b47280778450402f33118d75;p=dealii.git Fix a typo in the BlockVectorBase documentation. --- diff --git a/include/deal.II/lac/block_vector_base.h b/include/deal.II/lac/block_vector_base.h index 7354de8013..219030cc2c 100644 --- a/include/deal.II/lac/block_vector_base.h +++ b/include/deal.II/lac/block_vector_base.h @@ -187,7 +187,7 @@ namespace internal /** * Typedef the result of a dereferencing operation for an iterator of * the underlying iterator. Since this is for constant iterators, we can - * only return values, no actual references. + * only return values, not actual references. */ typedef value_type dereference_type; };