From e528eca05d65234efc65f116fb2101db5526d215 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 3 Mar 2022 09:35:06 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 730721a..2a84a7f 100644 --- a/README.md +++ b/README.md @@ -512,7 +512,7 @@ class Service { } ``` -Version 1.3.2 and later supports matching a parameterized (generic) return type to detect the correct recovery method: +Version 1.3.1 and later supports matching a parameterized (generic) return type to detect the correct recovery method: ```java @Service