diff options
Diffstat (limited to 'website/features/index.html')
-rw-r--r-- | website/features/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/features/index.html b/website/features/index.html index e9a2255b..4433dc2c 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -35,9 +35,9 @@ <dt><a href="Log.html"><code>@Log</code></a></dt> <dd>Captain's Log, stardate 24435.7: "What was that line again?"</dd> <dt><a href="val.html"><code>val</code></a></dt> - <dd>Finally! hassle-free final local variables.</dd> + <dd>Finally! Hassle-free final local variables.</dd> <dt><a href="Delegate.html"><code>@Delegate</code></a></dt> - <dd>Don't lose your composition</dd> + <dd>Don't lose your composition.</dd> <dt><a href="onX.html"><code>onMethod=,onParam=,onConstructor=</code></a></dt> <dd>Annotate this! Add you favorite annotation to methods generated by lombok.</dd> </dl> |