Skip to content

Commit d91c9c6

Browse files
committed
fix
1 parent d21348f commit d91c9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/scanners.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Scanners
2020
extend PluginHost
2121
plugin_path File.dirname(__FILE__), 'scanners'
2222

23-
autoload :Encoder, CodeRay.coderay_path('scanners', 'scanner')
23+
autoload :Scanner, CodeRay.coderay_path('scanners', 'scanner')
2424

2525
end
2626

0 commit comments

Comments
 (0)