Skip to content

Commit

Permalink
fix buggy indentation in documentation (issue #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed May 4, 2012
1 parent 359db45 commit 27e8836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/coderay.rb
Expand Up @@ -78,12 +78,12 @@
# Read this to get a general view what CodeRay provides.
#
# == Scanning
#
# Scanning means analysing an input string, splitting it up into Tokens.
# Each Token knows about what type it is: string, comment, class name, etc.
#
# Scanning means analysing an input string, splitting it up into Tokens.
# Each Token knows about what type it is: string, comment, class name, etc.
#
# Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
# handled by CodeRay::Scanners::Ruby.
# Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
# handled by CodeRay::Scanners::Ruby.
#
# CodeRay.scan:: Scan a string in a given language into Tokens.
# This is the most common method to use.
Expand Down

0 comments on commit 27e8836

Please sign in to comment.