From 19cb2e3d128c52a5b554084b4495b3b4246664e8 Mon Sep 17 00:00:00 2001 From: Michael Barton Date: Fri, 29 Aug 2014 10:48:58 -0700 Subject: [PATCH] docs($rootScope): remove duplicate `$digest()` Closes #8840 --- src/ng/rootScope.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 4114a6501..13012ad72 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -154,9 +154,8 @@ function $RootScopeProvider(){ * @description * Creates a new child {@link ng.$rootScope.Scope scope}. * - * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} and - * {@link ng.$rootScope.Scope#$digest $digest()} events. The scope can be removed from the - * scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. + * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. + * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. * * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is * desired for the scope and its child scopes to be permanently detached from the parent and