|
From: Mercurial C. <th...@in...> - 2026-05-18 19:45:53
|
# HG changeset patch
# User John Rouillard <ro...@ie...>
# Date 1779081442 14400
# Mon May 18 01:17:22 2026 -0400
# Node ID c51756a8a3685210fc0392d63d8a028ec42d7428
# Parent 4a3beb75c358c6df333d7bd9206a0b49cd1bf797
doc: typo fix.
diff -r 4a3beb75c358 -r c51756a8a368 doc/admin_guide.txt
--- a/doc/admin_guide.txt Mon May 18 00:50:54 2026 -0400
+++ b/doc/admin_guide.txt Mon May 18 01:17:22 2026 -0400
@@ -321,7 +321,7 @@
comments:
1. A ``//`` possibly indented with whitespace on a line is
- considereda a comment and is stripped from the file before
+ considered a comment and is stripped from the file before
being passed to the json parser. This is a "line comment".
2. A ``//`` with at least three white space characters before it
|