aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-01-12 01:45:44 +0100
committerGitHub <noreply@github.com>2023-01-12 01:45:44 +0100
commit9ad2846b5dc4c5adfaf8c9884dfdaf4648e681dd (patch)
tree574ee29e39ab104902253806291a0dfd030b9be2 /website
parente90d497c93ecc7db1d5a901d40f11fc919f31447 (diff)
parentce685ec1696a95d6a73dc111d0ccafa8ce07a75e (diff)
downloadlombok-9ad2846b5dc4c5adfaf8c9884dfdaf4648e681dd.tar.gz
lombok-9ad2846b5dc4c5adfaf8c9884dfdaf4648e681dd.tar.bz2
lombok-9ad2846b5dc4c5adfaf8c9884dfdaf4648e681dd.zip
Merge pull request #3250 from mernst/typos-typos
Fix typos
Diffstat (limited to 'website')
-rw-r--r--website/templates/features/experimental/Jacksonized.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/experimental/Jacksonized.html b/website/templates/features/experimental/Jacksonized.html
index 1182bdef..b3a13864 100644
--- a/website/templates/features/experimental/Jacksonized.html
+++ b/website/templates/features/experimental/Jacksonized.html
@@ -40,7 +40,7 @@ public class JacksonExample {
</li><li>
Insert <code>@JsonPOJOBuilder(withPrefix="")</code> on the generated builder class to override Jackson's default prefix "with".
If you configured a different prefix in lombok using <code>setterPrefix</code>, this value is used.
- If you changed the name of the <code>build()</code> method using using <code>buildMethodName</code>, this is also made known to Jackson.
+ If you changed the name of the <code>build()</code> method using <code>buildMethodName</code>, this is also made known to Jackson.
</li><li>
For <code>@SuperBuilder</code>, make the builder implementation class package-private.
</li>