aboutsummaryrefslogtreecommitdiff
path: root/website/features/Delegate.html
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/Delegate.html
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/Delegate.html')
-rw-r--r--website/features/Delegate.html4
1 files changed, 2 insertions, 2 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>