aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle Java Core Libraries <java-team-github-bot@google.com>2021-10-18 07:48:50 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-10-18 07:49:22 -0700
commit80d19bd441187e3a9f7b65272d2f10b7858a3d7a (patch)
treef447d7fb67a130564847ff3683f6df880f583384
parent63b5ce5fc627472c8dd2787cbc4bf7a6557a23af (diff)
downloadauto-80d19bd441187e3a9f7b65272d2f10b7858a3d7a.tar.gz
fix typo ("implemention")
RELNOTES=n/a PiperOrigin-RevId: 403958525
-rw-r--r--value/userguide/howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/value/userguide/howto.md b/value/userguide/howto.md
index c4511854..0a7607b5 100644
--- a/value/userguide/howto.md
+++ b/value/userguide/howto.md
@@ -608,7 +608,7 @@ variant as just described.
### Copying to the generated class
If you want to copy annotations from your `@AutoValue`-annotated class to the
-generated `AutoValue_...` implemention, annotate your class with
+generated `AutoValue_...` implementation, annotate your class with
[`@AutoValue.CopyAnnotations`].
For example, if `Example.java` is: