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