From e2678fd5191ac1f6b47280778450402f33118d75 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 16 Aug 2015 12:57:02 -0400 Subject: [PATCH] Fix a typo in the BlockVectorBase documentation. --- include/deal.II/lac/block_vector_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.39.5