You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/02/21 20:46:20 UTC

svn commit: r1825003 - /maven/site/trunk/content/apt/pom.apt

Author: rfscholte
Date: Wed Feb 21 20:46:20 2018
New Revision: 1825003

URL: http://svn.apache.org/viewvc?rev=1825003&view=rev
Log:
[MNGSITE-300] Fix typos

Modified:
    maven/site/trunk/content/apt/pom.apt

Modified: maven/site/trunk/content/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/pom.apt?rev=1825003&r1=1825002&r2=1825003&view=diff
==============================================================================
--- maven/site/trunk/content/apt/pom.apt (original)
+++ maven/site/trunk/content/apt/pom.apt Wed Feb 21 20:46:20 2018
@@ -445,7 +445,7 @@ mvn install:install-file -Dfile=non-mave
 
   * <<<1.ga>>> -> <<<1>>>
 
-  * <<<1.final -> <<<1>>>
+  * <<<1.final>>> -> <<<1>>>
 
   * <<<1.0>>> -> <<<1>>>
 
@@ -513,9 +513,9 @@ java -jar ${MAVEN_HOME}/lib/maven-artifa
 $ java -jar ./lib/maven-artifact-3.3.9.jar  1 2 1.1
 Display parameters as parsed by Maven (in canonical form) and comparison result:
 1. 1 == 1
-   1 \< 2
+   1 < 2
 2. 2 == 2
-   2 \> 1.1
+   2 > 1.1
 3. 1.1 == 1.1
 ----------------------------------------