Commit cd0dd0c5 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Typo in enum warning type doc.

parent e0a2a5d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ module JsDuck
        [:sing_static, "Singleton class member marked as @static"],
        [:type_syntax, "Syntax error in {type definition}"],
        [:type_name, "Unknown type referenced in {type definition}"],
        [:enum, "Enum with invalid values of no values at all"],
        [:enum, "Enum with invalid values or no values at all"],

        [:image, "{@img} referring to missing file"],
        [:image_unused, "An image exists in --images dir that's not used"],