Minor fix to dartdoc
diff --git a/lib/info.dart b/lib/info.dart
index e821249..40cefe2 100644
--- a/lib/info.dart
+++ b/lib/info.dart
@@ -495,7 +495,7 @@
 /// Information about a constant value.
 // TODO(sigmund): add dependency data for ConstantInfo
 class ConstantInfo extends BasicInfo {
-  /// The actual generated code for the field.
+  /// The actual generated code for the constant.
   String code;
 
   static int _ids = 0;