From 048238e2869cf6d32ef39081a68f0efc54fac688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torben=20M=C3=B6ller?= Date: Fri, 11 Sep 2020 22:36:28 +0200 Subject: [PATCH] Fixed wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b3ef9..2c1077e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ runtime dependency on AOP classes. For details on how to resolve this dependency ### Imperative Example -The following example shows how to use Spring Retry in its declarative style (available since version 1.3): +The following example shows how to use Spring Retry in its imperative style (available since version 1.3): ```java RetryTemplate template = RetryTemplate.builder()