From e2e33ed8ab0e9c858bbb7c7647d96a7d203373c4 Mon Sep 17 00:00:00 2001 From: Alexey Makhrov Date: Wed, 12 Jan 2022 16:08:37 -0800 Subject: [PATCH] finalize.md: Mention behavior on unsubscribe --- operators/utility/finalize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators/utility/finalize.md b/operators/utility/finalize.md index 910ae9b5..46024d0a 100644 --- a/operators/utility/finalize.md +++ b/operators/utility/finalize.md @@ -6,7 +6,7 @@ ### Examples -##### Example 1: Execute callback function when the observable completes +##### Example 1: Execute callback function when the observable completes, or when the subscriber explicitly unsubscribes ( [StackBlitz](https://stackblitz.com/edit/typescript-ohddud) )