about summary refs log tree commit diff stats
path: root/cpp/022boolean
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-18 07:50:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-18 07:50:51 -0700
commitc8e725632e106920edd7b6aad1556dd8993ecee4 (patch)
tree19d70093eccb531cbb6c8692e87d73d214e404a8 /cpp/022boolean
parent2d938a1c362f82d27aeff55a11991bf522f3308e (diff)
downloadmu-c8e725632e106920edd7b6aad1556dd8993ecee4.tar.gz
1096
Diffstat (limited to 'cpp/022boolean')
-rw-r--r--cpp/022boolean2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/022boolean b/cpp/022boolean
index 044a3b2b..e7fc9b44 100644
--- a/cpp/022boolean
+++ b/cpp/022boolean
@@ -1,4 +1,4 @@
-//: Boolean primitives.
+//: Boolean primitives
 
 :(before "End Primitive Recipe Declarations")
 AND,