aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel M <inad9300@gmail.com>2022-04-28 10:32:14 +0200
committerGitHub <noreply@github.com>2022-04-28 10:32:14 +0200
commit4d8e1b55a31f7fe89eb6cbfe163d69570455e747 (patch)
tree64fbb6d7b052d804bb4467a17386eb2366932ad5 /website
parent5e8337f45779d63ee10f32307e58b11eeff71cbe (diff)
downloadlombok-4d8e1b55a31f7fe89eb6cbfe163d69570455e747.tar.gz
lombok-4d8e1b55a31f7fe89eb6cbfe163d69570455e747.tar.bz2
lombok-4d8e1b55a31f7fe89eb6cbfe163d69570455e747.zip
Fix typo in UtilityClass.html
Diffstat (limited to 'website')
-rw-r--r--website/templates/features/experimental/UtilityClass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/experimental/UtilityClass.html b/website/templates/features/experimental/UtilityClass.html
index 915fe5c9..1e3cbad3 100644
--- a/website/templates/features/experimental/UtilityClass.html
+++ b/website/templates/features/experimental/UtilityClass.html
@@ -10,7 +10,7 @@
<@f.experimental>
<ul>
<li>
- Some debate as to whether its common enough to count as boilerplate.
+ Some debate as to whether it's common enough to count as boilerplate.
</li><li>
Due to limitations in javac, currently non-star static imports <em>cannot</em> be used to import stuff from <code>@UtilityClass</code>es; don't static import, or use star imports.
</li>