diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-12-11 13:07:16 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-12-11 13:07:16 +0100 |
commit | 08faffdf836c8b8d0cca9824bfc32dc1d6a7c2e6 (patch) | |
tree | 4f4eb7c8d786ba6109e6d9ef8753896754d19db1 /website/templates/features/experimental/index.html | |
parent | d126ad64b3232565f1f0367efaa14249d3ed0aec (diff) | |
download | lombok-08faffdf836c8b8d0cca9824bfc32dc1d6a7c2e6.tar.gz lombok-08faffdf836c8b8d0cca9824bfc32dc1d6a7c2e6.tar.bz2 lombok-08faffdf836c8b8d0cca9824bfc32dc1d6a7c2e6.zip |
[website] slight update to the tolerate pages
Diffstat (limited to 'website/templates/features/experimental/index.html')
-rw-r--r-- | website/templates/features/experimental/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html index 9ed3f546..b158d381 100644 --- a/website/templates/features/experimental/index.html +++ b/website/templates/features/experimental/index.html @@ -69,7 +69,7 @@ </@main.feature> <@main.feature title="@Tolerate" href="Tolerate"> - Skip, jump, and forget! Skip a method or constructor. + Skip, jump, and forget! Make lombok disregard an existing method or constructor. </@main.feature> </div> |