diff options
author | murphy <murphy@rubychan.de> | 2005-10-01 00:59:05 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-01 00:59:05 +0000 |
commit | 1712b65570da6495a87f267cb3f11ef05383cbe5 (patch) | |
tree | c1de9f94eb131d2a0183956f0d53ee451a27ccaa | |
parent | 94f66fb83508f2043b546a17551fb936da6a7648 (diff) | |
download | coderay-1712b65570da6495a87f267cb3f11ef05383cbe5.tar.gz |
-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. # |