diff templates/about/index.html @ 454:8009f87d7dd0

about: add missing apostrophe Thanks to DB <gwsk2241@telus.net> for reporting (three years ago).
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Wed, 11 May 2016 14:18:30 -0500
parents e7c7f9e040fb
children e3a73084715a
line wrap: on
line diff
--- a/templates/about/index.html	Mon Apr 04 18:17:37 2016 +0800
+++ b/templates/about/index.html	Wed May 11 14:18:30 2016 -0500
@@ -12,7 +12,7 @@
 
 <h2>Fast</h2>
 
-<p>Mercurials implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suitable for large projects such as OpenJDK (<a href="http://hg.openjdk.java.net/jdk7/jdk7">hg</a>) or NetBeans (<a href="http://hg.netbeans.org/">hg</a>).</p>
+<p>Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suitable for large projects such as OpenJDK (<a href="http://hg.openjdk.java.net/jdk7/jdk7">hg</a>) or NetBeans (<a href="http://hg.netbeans.org/">hg</a>).</p>
 
 <h2>Platform independent</h2>