summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/null.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/null.rb')
-rw-r--r--lib/coderay/encoders/null.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/null.rb b/lib/coderay/encoders/null.rb
index add3862..7a8899b 100644
--- a/lib/coderay/encoders/null.rb
+++ b/lib/coderay/encoders/null.rb
@@ -9,7 +9,7 @@ module Encoders
include Streamable
register_for :null
- # Defined for faster processing
+ # Defined for faster processing.
def to_proc
proc {}
end