Skip to content

Commit 27e8836

Browse files
committed
fix buggy indentation in documentation (issue rubychan#23)
1 parent 359db45 commit 27e8836

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/coderay.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
# Read this to get a general view what CodeRay provides.
7979
#
8080
# == Scanning
81-
#
82-
# Scanning means analysing an input string, splitting it up into Tokens.
83-
# Each Token knows about what type it is: string, comment, class name, etc.
81+
#
82+
# Scanning means analysing an input string, splitting it up into Tokens.
83+
# Each Token knows about what type it is: string, comment, class name, etc.
8484
#
85-
# Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
86-
# handled by CodeRay::Scanners::Ruby.
85+
# Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
86+
# handled by CodeRay::Scanners::Ruby.
8787
#
8888
# CodeRay.scan:: Scan a string in a given language into Tokens.
8989
# This is the most common method to use.

0 commit comments

Comments
 (0)