From dbbb7385f53bbd489c7ba7dd32daa0f608e22ca8 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 23 Jul 2015 09:03:39 +0100 Subject: [PATCH] docs(annotations): remove reference to `Parent` annotation This annotation was removed in 6f4a39c337f85a63d379da349855814a623ce28e --- modules/angular2/annotations.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/angular2/annotations.ts b/modules/angular2/annotations.ts index 9f12b64e12..91b54f33e9 100644 --- a/modules/angular2/annotations.ts +++ b/modules/angular2/annotations.ts @@ -5,8 +5,7 @@ * Annotations provide the additional information that Angular requires in order to run your * application. This module * contains {@link Component}, {@link Directive}, and {@link View} annotations, as well as - * {@link Parent} and {@link Ancestor} annotations that are - * used by Angular to resolve dependencies. + * the {@link Ancestor} annotation that is used by Angular to resolve dependencies. * */