We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359db45 commit 27e8836Copy full SHA for 27e8836
lib/coderay.rb
@@ -78,12 +78,12 @@
78
# Read this to get a general view what CodeRay provides.
79
#
80
# == Scanning
81
-#
82
-# Scanning means analysing an input string, splitting it up into Tokens.
83
-# 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.
84
85
-# Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
86
-# handled by CodeRay::Scanners::Ruby.
+# Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
+# handled by CodeRay::Scanners::Ruby.
87
88
# CodeRay.scan:: Scan a string in a given language into Tokens.
89
# This is the most common method to use.
0 commit comments