summaryrefslogtreecommitdiff
path: root/etc/todo/scanners/sql.Josh Goebel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'etc/todo/scanners/sql.Josh Goebel.rb')
-rw-r--r--etc/todo/scanners/sql.Josh Goebel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/todo/scanners/sql.Josh Goebel.rb b/etc/todo/scanners/sql.Josh Goebel.rb
index 57b5e8c..efa6990 100644
--- a/etc/todo/scanners/sql.Josh Goebel.rb
+++ b/etc/todo/scanners/sql.Josh Goebel.rb
@@ -83,7 +83,7 @@ module CodeRay module Scanners
kind = :hex
elsif scan(/(?:0[0-7]+)(?![89.eEfF])/)
- kind = :oct
+ kind = :octal
elsif scan(/(?:\d+)(?![.eEfF])/)
kind = :integer