changeset 60:a3add4140c3c default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 15 Jan 2024 17:31:38 -0700
parents 91b5033f53b1
children
files src/learn.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/learn.html.luan	Mon Jan 15 03:42:21 2024 -0700
+++ b/src/learn.html.luan	Mon Jan 15 17:31:38 2024 -0700
@@ -55,7 +55,7 @@
 		title = [[Mercurial - Source Control]]
 		content = function()
 %>
-<p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented.  Read <a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to chapter 9.</p>
+<p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented.  Read <a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to (and including) chapter 9.</p>
 
 <p>To get started with Mercurial, download Mercurial from <a href="https://www.mercurial-scm.org/">their website</a> and install it.  Then do:</p>