Update numbers.d

Fixed copy/pasted doc comment.
This commit is contained in:
Hackerpilot 2014-01-31 12:46:00 -08:00
parent 552d0bbb07
commit 451be80c5a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import stdx.d.lexer;
import analysis.base; import analysis.base;
/** /**
* Checks for use of the deprecated "delete" keyword * Checks for long and hard-to-read number literals
*/ */
class NumberStyleCheck : BaseAnalyzer class NumberStyleCheck : BaseAnalyzer
{ {