diff --git a/aio/content/guide/comparing-observables.md b/aio/content/guide/comparing-observables.md index 5e7b9b0ca4..743ae11658 100644 --- a/aio/content/guide/comparing-observables.md +++ b/aio/content/guide/comparing-observables.md @@ -249,7 +249,7 @@ An observable produces values over time. An array is created as a static set of
➞5
arr.find((v) => v>10)+
arr.find((v) => v>3)
5
arr.forEach((v) => { @@ -283,8 +283,8 @@ An observable produces values over time. An array is created as a static set of 1 2 3 -4 -5+5 +7