From 27e8836893974434ff4f54273a3b59b4ce86f74c Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Fri, 4 May 2012 14:53:56 +0200 Subject: fix buggy indentation in documentation (issue #23) --- lib/coderay.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index 876d770..88c7cc2 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -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, :ruby code is -# handled by CodeRay::Scanners::Ruby. +# Each +lang+ (language) has its own Scanner; for example, :ruby 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. -- cgit v1.2.1