Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3635721

Browse files
nehiljaincaitp
authored andcommitted
docs(guide/expressions): add commas to run-on sentences to make them clearer
Closes #9738
1 parent e9c5be5 commit 3635721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/guide/expression.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ digest cycle as long as that value is not undefined. If the value of the express
278278
within the digest loop and later, within the same digest loop, it is set to undefined,
279279
then the expression is not fulfilled and will remain watched.
280280

281-
1. Given an expression that starts with `::` when a digest loop is entered and expression
282-
is dirty-checked store the value as V
283-
2. If V is not undefined mark the result of the expression as stable and schedule a task
281+
1. Given an expression that starts with `::`, when a digest loop is entered and expression
282+
is dirty-checked, store the value as V
283+
2. If V is not undefined, mark the result of the expression as stable and schedule a task
284284
to deregister the watch for this expression when we exit the digest loop
285285
3. Process the digest loop as normal
286286
4. When digest loop is done and all the values have settled process the queue of watch

0 commit comments

Comments
 (0)