about summary refs log tree commit diff stats
path: root/html/000organization.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-13 21:50:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-13 21:50:41 -0700
commit84ca523f031eab2fbd4b91edaf6d565505a6a061 (patch)
tree01727a7f943f3be7ec98455a4697d0c95d53337f /html/000organization.cc.html
parentb4349e2ca28388b13c01fd67a88888a437ca98fd (diff)
downloadmu-84ca523f031eab2fbd4b91edaf6d565505a6a061.tar.gz
4061
Diffstat (limited to 'html/000organization.cc.html')
-rw-r--r--html/000organization.cc.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html
index 9ab0d4f1..f951a49d 100644
--- a/html/000organization.cc.html
+++ b/html/000organization.cc.html
@@ -138,10 +138,10 @@ if ('onhashchange' in window) {
 <span id="L79" class="LineNr"> 79 </span><span class="Comment">//:</span>
 <span id="L80" class="LineNr"> 80 </span><span class="Comment">//: This 'subsetting guarantee' ensures that this directory contains a</span>
 <span id="L81" class="LineNr"> 81 </span><span class="Comment">//: cleaned-up narrative of the evolution of this codebase. Organizing</span>
-<span id="L82" class="LineNr"> 82 </span><span class="Comment">//: autobiographically allows a newcomers to rapidly orient themselves,</span>
-<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: reading the first few files to understand a simple gestalt of a program's</span>
-<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: core purpose and features, and later gradually working their way through</span>
-<span id="L85" class="LineNr"> 85 </span><span class="Comment">//: other features as the need arises.</span>
+<span id="L82" class="LineNr"> 82 </span><span class="Comment">//: autobiographically allows newcomers to rapidly orient themselves, reading</span>
+<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: the first few files to understand a simple gestalt of a program's core</span>
+<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: purpose and features, and later gradually working their way through other</span>
+<span id="L85" class="LineNr"> 85 </span><span class="Comment">//: features as the need arises.</span>
 <span id="L86" class="LineNr"> 86 </span><span class="Comment">//:</span>
 <span id="L87" class="LineNr"> 87 </span><span class="Comment">//: Programmers shouldn't need to understand everything about a program to</span>
 <span id="L88" class="LineNr"> 88 </span><span class="Comment">//: hack on it. But they shouldn't be prevented from a thorough understanding</span>