From ace3fcea2ffccb6d88f155cd884eb05d2b2cb067 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 16 Mar 2006 18:35:43 +0000 Subject: HTML Encoder: hints fixed and improved. Still in progress. Documentation cleanups. --- lib/coderay.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index 23901ed..e1dbcd2 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -69,10 +69,10 @@ # * Input and language are always sorted in this order: +code+, +lang+. # (This is in alphabetical order, if you need a mnemonic ;) # -# You should be able to highlight everything you want just using this methods; +# You should be able to highlight everything you want just using these methods; # so there is no need to dive into CodeRay's deep class hierarchy. # -# The exmaples in the demo/ directory demonstrate common cases using this interface. +# The examples in the demo directory demonstrate common cases using this interface. # # = Basic Access Ways # @@ -84,7 +84,7 @@ # 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::RubyScanner. +# 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