diff options
Diffstat (limited to 'etc/todo/scanners/paste-693 (IO).rb')
-rw-r--r-- | etc/todo/scanners/paste-693 (IO).rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/todo/scanners/paste-693 (IO).rb b/etc/todo/scanners/paste-693 (IO).rb index 664d893..ee13933 100644 --- a/etc/todo/scanners/paste-693 (IO).rb +++ b/etc/todo/scanners/paste-693 (IO).rb @@ -71,7 +71,7 @@ module CodeRay module Scanners kind = :hex elsif scan(/(?:0[0-7]+)(?![89.eEfF])/) - kind = :oct + kind = :octal elsif scan(/(?:\d+)(?![.eEfF])/) kind = :integer |