From ee60fc2062636771770ddd3a56fbc6e700ae6266 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 20 Oct 2010 09:43:16 -0400 Subject: [PATCH] fix typo and rephrase sentence --- doc/A05_PortingFrom2To3.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/A05_PortingFrom2To3.dox b/doc/A05_PortingFrom2To3.dox index f859b6e16..b64b0fec4 100644 --- a/doc/A05_PortingFrom2To3.dox +++ b/doc/A05_PortingFrom2To3.dox @@ -2,8 +2,8 @@ namespace Eigen { /** \page Eigen2ToEigen3 Porting from Eigen2 to Eigen3 -The goals of this page is to enumerate the API changes between Eigen2 and Eigen3, -and to help porting an application from Eigen2 to Eigen3. +This page lists the most important API changes between Eigen2 and Eigen3, +and gives tips to help porting your application from Eigen2 to Eigen3. \b Table \b of \b contents - \ref CompatibilitySupport