diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-05-30 22:36:05 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-05-30 22:36:05 +0200 |
commit | 88f4e2d2e3e7e79c5a39ffb73028a330a27f0765 (patch) | |
tree | 01abc29cf7d524dd1e1ac95e29faadcd5b982cdb /website/features/index.html | |
parent | 339b4a6ab18a5dc7a39ca68314fb906fc1dcf6c8 (diff) | |
download | lombok-88f4e2d2e3e7e79c5a39ffb73028a330a27f0765.tar.gz lombok-88f4e2d2e3e7e79c5a39ffb73028a330a27f0765.tar.bz2 lombok-88f4e2d2e3e7e79c5a39ffb73028a330a27f0765.zip |
Some small typofixes for the website feature docs.
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> |