refactor(Pipes): integrate review feedback

Closes #4947
This commit is contained in:
Victor Berchet
2015-10-27 16:37:08 -07:00
parent e7f9924b18
commit 7677dc976e
4 changed files with 13 additions and 9 deletions

View File

@ -948,7 +948,7 @@ export class ComponentMetadata extends DirectiveMetadata {
/**
* Declare reusable pipe function.
*
* A "pure" pipe is only re-evaluated when any of its input or arguments changes.
* A "pure" pipe is only re-evaluated when either the input or any of the arguments change.
*
* When not specified, pipes default to being pure.
*