about summary refs log tree commit diff stats
path: root/099hardware_checks.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-03 18:01:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-11-03 18:01:59 -0700
commit504292f6f1a283af39de305879b50f16d6180caa (patch)
treeef610f9673c7ce3b982f50fc464e60acd1fc82f4 /099hardware_checks.cc
parentf78e5cb23573294f43b15021c19c00d8d2831b5e (diff)
downloadmu-504292f6f1a283af39de305879b50f16d6180caa.tar.gz
4106
Diffstat (limited to '099hardware_checks.cc')
-rw-r--r--099hardware_checks.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/099hardware_checks.cc b/099hardware_checks.cc
index 0a6a1ebd..cee68bdb 100644
--- a/099hardware_checks.cc
+++ b/099hardware_checks.cc
@@ -1,6 +1,6 @@
-//: Let's raise errors when students use real hardware in any functions
-//: besides 'main'. Part of the goal is to teach them testing hygiene and
-//: dependency injection.
+//: Let's raise errors when students use real hardware in any recipes besides
+//: 'main'. Part of the goal is to teach them testing hygiene and dependency
+//: injection.
 //:
 //: This is easy to sidestep, it's for feedback rather than safety.