about summary refs log tree commit diff stats
path: root/000organization.cc
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 /000organization.cc
parentb4349e2ca28388b13c01fd67a88888a437ca98fd (diff)
downloadmu-84ca523f031eab2fbd4b91edaf6d565505a6a061.tar.gz
4061
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/000organization.cc b/000organization.cc
index d9f072f9..357eb933 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -79,10 +79,10 @@
 //:
 //: This 'subsetting guarantee' ensures that this directory contains a
 //: cleaned-up narrative of the evolution of this codebase. Organizing
-//: autobiographically allows a newcomers to rapidly orient themselves,
-//: reading the first few files to understand a simple gestalt of a program's
-//: core purpose and features, and later gradually working their way through
-//: other features as the need arises.
+//: autobiographically allows newcomers to rapidly orient themselves, reading
+//: the first few files to understand a simple gestalt of a program's core
+//: purpose and features, and later gradually working their way through other
+//: features as the need arises.
 //:
 //: Programmers shouldn't need to understand everything about a program to
 //: hack on it. But they shouldn't be prevented from a thorough understanding