From e94124de190fc981eab511cfd3f93b4a3dc154df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Tue, 30 Aug 2022 11:55:15 +0200 Subject: [PATCH] Polish #3158: Fix asciidoc code snippet One code snippet was badly closed in the previous PR. --- docs/asciidoc/coreFeatures.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/asciidoc/coreFeatures.adoc b/docs/asciidoc/coreFeatures.adoc index dd570bc9fa..95fa812d8f 100644 --- a/docs/asciidoc/coreFeatures.adoc +++ b/docs/asciidoc/coreFeatures.adoc @@ -491,7 +491,6 @@ Flux.just(10,20,30) .onErrorComplete(); //<1> ---- <1> Recover by turning the `onError` into an `onComplete` ----- ==== Like `onErrorReturn`, `onErrorComplete` has variants that let you filter which exceptions