aboutsummaryrefslogtreecommitdiff
path: root/website/features
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-05-30 22:36:05 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-05-30 22:36:05 +0200
commit88f4e2d2e3e7e79c5a39ffb73028a330a27f0765 (patch)
tree01abc29cf7d524dd1e1ac95e29faadcd5b982cdb /website/features
parent339b4a6ab18a5dc7a39ca68314fb906fc1dcf6c8 (diff)
downloadlombok-88f4e2d2e3e7e79c5a39ffb73028a330a27f0765.tar.gz
lombok-88f4e2d2e3e7e79c5a39ffb73028a330a27f0765.tar.bz2
lombok-88f4e2d2e3e7e79c5a39ffb73028a330a27f0765.zip
Some small typofixes for the website feature docs.
Diffstat (limited to 'website/features')
-rw-r--r--website/features/Delegate.html4
-rw-r--r--website/features/index.html4
-rw-r--r--website/features/val.html2
3 files changed, 5 insertions, 5 deletions
diff --git a/website/features/Delegate.html b/website/features/Delegate.html
index 99f8a559..7825359f 100644
--- a/website/features/Delegate.html
+++ b/website/features/Delegate.html
@@ -11,7 +11,7 @@
<div class="meat">
<div class="header"><a href="../index.html">Project Lombok</a></div>
<h1>@Delegate</h1>
- <div class="byline">Don't lose your composition</div>
+ <div class="byline">Don't lose your composition.</div>
<div class="overview">
<h3>Overview</h3>
<p>
@@ -52,7 +52,7 @@
<div class="overview">
<h3>Small print</h3><div class="smallprint">
<p>
- When passing classes to the annotation's <code>types</code> or <code>excludes<code> parameter, you cannot include generics.
+ When passing classes to the annotation's <code>types</code> or <code>excludes</code> parameter, you cannot include generics.
This is a limitation of java. Use private inner interfaces or classes that extend the intended type including the
generics parameter to work around this problem.
</p>
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: &quot;What was that line again?&quot;</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>
diff --git a/website/features/val.html b/website/features/val.html
index f3e86447..05930c2d 100644
--- a/website/features/val.html
+++ b/website/features/val.html
@@ -11,7 +11,7 @@
<div class="meat">
<div class="header"><a href="../index.html">Project Lombok</a></div>
<h1>val</h1>
- <div class="byline">Finally! hassle-free final local variables.</div>
+ <div class="byline">Finally! Hassle-free final local variables.</div>
<div class="overview">
<h3>Overview</h3>
<p>