about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
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