aboutsummaryrefslogtreecommitdiff
path: root/doc/PlannedExtensions.txt
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-01-12 01:52:14 +0100
committerGitHub <noreply@github.com>2023-01-12 01:52:14 +0100
commitd81212f46a99bda3481b575226a3856b897cfb1f (patch)
treeb80bfdfd984b0b912414951aef134d8c349d5336 /doc/PlannedExtensions.txt
parent179f7369c88c3d464b3a9264268171ab79f7420b (diff)
parentf1d7bd95bfeb4b3fd8609027443f30ef289be5b1 (diff)
downloadlombok-d81212f46a99bda3481b575226a3856b897cfb1f.tar.gz
lombok-d81212f46a99bda3481b575226a3856b897cfb1f.tar.bz2
lombok-d81212f46a99bda3481b575226a3856b897cfb1f.zip
Merge pull request #3291 from dashen-tech/master
doc: fix some typos
Diffstat (limited to 'doc/PlannedExtensions.txt')
-rw-r--r--doc/PlannedExtensions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PlannedExtensions.txt b/doc/PlannedExtensions.txt
index cdcb1602..844f2e1e 100644
--- a/doc/PlannedExtensions.txt
+++ b/doc/PlannedExtensions.txt
@@ -46,7 +46,7 @@ call to add our agent? We may have to look into how netbeans' classloading works
## IDEA support
It's not open source and I've heard that they don't use javac under the hood but some sort of ANTLR based parser.
-If that is true, IDEA will need a dedicated lombok/IDEA afficionado to write and maintain an IDEA version of lombok,
+If that is true, IDEA will need a dedicated lombok/IDEA aficionado to write and maintain an IDEA version of lombok,
because that's far too much effort for Roel or Reinier, who don't own an IDEA copy and weren't planning to switch IDEs.
Planned transformations
@@ -166,7 +166,7 @@ assigning to a new variable, which defeats a lot of the purpose!
## Dodge access restrictions (call method private stuff, recompile to reflection).
An annotation on a local variable declaration or field that states that any method calls to non-accessible methods
-gets rewritten to reflective calls. Would require knowledge of the depedencies which lombok does not currently have.
+gets rewritten to reflective calls. Would require knowledge of the dependencies which lombok does not currently have.
## @ReturnThis