Skip to content

Commit 37dbe3e

Browse files
author
Kamil Socha
committed
docs(diff): diff example output comment updated
1 parent 6df4d34 commit 37dbe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ const control = new FormGroup<string>({
516516
control.value$
517517
.pipe(diff())
518518
.subscribe(value => {
519-
// value is updated only if it has been changed
519+
// value is emitted only if it has been changed, and only the changed parts.
520520
});
521521
```
522522

0 commit comments

Comments
 (0)