Skip to content

Commit e9c8c37

Browse files
schloemer-basrspilker
authored andcommitted
[website] Fix typo on GetterSetter page
1 parent 03201f2 commit e9c8c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/features/GetterSetter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</dd><dt>
2929
<code>lombok.accessors.fluent</code> = [<code>true</code> | <code>false</code>] (default: false)
3030
</dt><dd>
31-
If set to <code>true</code>, generated getters and setters will not be prefixed with the bean-standard '<code>get</code>, <code>is</code> or <code>set</code>; instead, the methods will use the same name as the field (minus prefixes). An explicitly configured <code>chain</code> parameter of an <a href="/features/experimental/Accessors"><code>@Accessors</code></a> annotation takes precedence over this setting.
31+
If set to <code>true</code>, generated getters and setters will not be prefixed with the bean-standard '<code>get</code>, <code>is</code> or <code>set</code>; instead, the methods will use the same name as the field (minus prefixes). An explicitly configured <code>fluent</code> parameter of an <a href="/features/experimental/Accessors"><code>@Accessors</code></a> annotation takes precedence over this setting.
3232
</dd><dt>
3333
<code>lombok.accessors.prefix</code> += <em>a field prefix</em> (default: empty list)
3434
</dt><dd>

0 commit comments

Comments
 (0)