aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2023-09-01 00:51:06 +0200
committer zaaarf <me@zaaarf.foo>2023-09-01 00:51:06 +0200
commit2b1bf9eac48f7e675a251bd622c836e79a291c3d (patch)
tree0bb500e24867ba18b364ee987e6e0ee6329e3be2
parenta8bd2ed3fd5d3f35d1e7774221dffadc22f60d87 (diff)
fix: forgot `
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd9a47e..19a1153 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Anonymous classes are numbered by the compiler in the order it meets them, start
* Finders for anonymous class fields may be made, but their type has to be specified explicitly, unlike all others, by using the `type()` and `typeInner()` parameters.
- Local variables of the containing method may sometimes be accessible by an anonymous class. Make sure to use the `name` parameter of the finder appending the `val$` prefix, such as `val$actualName`.
-The extra `@Find` parameters (`type()' and `typeInner()`) are meant to be temporary, hacky workarounds until a better way is found. Expect them to change and be removed without notice.
+The extra `@Find` parameters (`type()` and `typeInner()`) are meant to be temporary, hacky workarounds until a better way is found. Expect them to change and be removed without notice.
Most if not all of this (although I have not tested it) should apply to local classes as well.