From 1ca26fa9d22f43afb3bcc302825a5f4824bfa811 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de>
Date: Tue, 3 Apr 2018 15:17:07 +0200
Subject: [PATCH] [doc] fix convert_to table

---
 dune/xt/la/container/conversion.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/xt/la/container/conversion.hh b/dune/xt/la/container/conversion.hh
index b294dc729..b818c4d19 100644
--- a/dune/xt/la/container/conversion.hh
+++ b/dune/xt/la/container/conversion.hh
@@ -26,7 +26,7 @@ namespace LA {
  |----------------|----------------|------------|
  | Common, not LA | Common or LA   | 1st        |
  | LA, not Common | Common, not LA | 2nd        |
- | LA, not Common | Common or LA   | 3rd        |
+ | LA, not Common | LA, not Common | 3rd        |
  */
 
 //! 1st convert_to
-- 
GitLab