about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/debug.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/debug.rb b/code/debug.rb
index 16481b67..85e82307 100644
--- a/code/debug.rb
+++ b/code/debug.rb
@@ -2,10 +2,10 @@ require 'pp'
 
 ## This module helps to debug by:
 ## 1. defining log functions which write data into any kind of stream
-## rather than to STDOUT, and are seperated into fatal, error and normal
-## messages.
+##    rather than to STDOUT, and are seperated into fatal, error and normal
+##    messages.
 ## 2. by defining assertion functions which raise an AssertionError
-## if the assertion is false.
+##    if the assertion is false.
 ## 3. a couple of other nice things such as trace or bm (benchmark)
 ## 
 ## use this with: