Index: sdk/lib/_internal/dartdoc/lib/dartdoc.dart |
diff --git a/sdk/lib/_internal/dartdoc/lib/dartdoc.dart b/sdk/lib/_internal/dartdoc/lib/dartdoc.dart |
index 42246b9fcdcedaf6480a5492995b8bee0999bd61..86bf1d646b9ec6ea912551645b182555f3cf8202 100644 |
--- a/sdk/lib/_internal/dartdoc/lib/dartdoc.dart |
+++ b/sdk/lib/_internal/dartdoc/lib/dartdoc.dart |
@@ -1705,7 +1705,7 @@ class Dartdoc { |
*/ |
annotateDynamicType(ContainerMirror enclosingType, |
TypeMirror type) { |
- annotateType(enclosingType, type, type.isDynamic ? 'dynamic' : null); |
+ annotateType(enclosingType, type, type.isDynamic ? 'dynamic ' : null); |
} |
Bill Hesse
2013/04/10 15:40:42
annotateDynamicType is only used in one place, to
|
/** |