diff options
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 1517487..9a18a32 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -152,7 +152,8 @@ module CodeRay # Scans +filename+ (a path to a code file) with the Scanner for +lang+. # # If +lang+ is :auto or omitted, the CodeRay::FileType module is used to - # determine it. If it cannot find out what type it is, it uses CodeRay::Scanners::Plaintext. + # determine it. If it cannot find out what type it is, it uses + # CodeRay::Scanners::Plaintext. # # Calls CodeRay.scan. # |