From: Matthias Maier <tamiko@43-1.org>
Date: Thu, 17 Sep 2015 18:07:16 +0000 (-0500)
Subject: Fix a typo
X-Git-Tag: v8.4.0-rc2~385^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12939043aa15533e9c41d79fb575e8b2af410e02;p=dealii.git

Fix a typo
---

diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h
index c55abbfe00..1e62926f51 100644
--- a/include/deal.II/base/tensor.h
+++ b/include/deal.II/base/tensor.h
@@ -1455,7 +1455,7 @@ operator- (const Tensor<rank,dim,Number> &p, const Tensor<rank,dim,OtherNumber>
  * multiplication operator for SymmetricTensor, which does the double
  * contraction.
  *
- * @note In case the contraction yields tensor of rank 0 the scalar
+ * @note In case the contraction yields a tensor of rank 0 the scalar
  * number is returned as an unwrapped number type.
  *
  * @relates Tensor
@@ -1501,7 +1501,7 @@ operator * (const Tensor<rank_1, dim, Number> &src1,
  * @note The position of the index is counted from 0, i.e.,
  * $0\le\text{index_i}<\text{range_i}$.
  *
- * @note In case the contraction yields tensor of rank 0 the scalar
+ * @note In case the contraction yields a tensor of rank 0 the scalar
  * number is returned as an unwrapped number type.
  *
  * @relates Tensor
@@ -1564,7 +1564,7 @@ contract (const Tensor<rank_1, dim, Number> &src1,
  * @note The position of the index is counted from 0, i.e.,
  * $0\le\text{index_i}<\text{range_i}$.
  *
- * @note In case the contraction yields tensor of rank 0 the scalar
+ * @note In case the contraction yields a tensor of rank 0 the scalar
  * number is returned as an unwrapped number type.
  *
  * @relates Tensor