From 26d04c602d8814e87c94d9745f390fd3e75f31ee Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Thu, 11 Jan 2024 19:29:41 +0100 Subject: [PATCH] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a357b43..e6bfa8f 100644 --- a/README.adoc +++ b/README.adoc @@ -43,7 +43,7 @@ include::src/test/java/org/meeuw/i18n/languages/test/LanguageCodeTest.java[] == Support === JAXB -The language code is annoted with a JAXB annotation. It will serialize and deserialize to and from the code. The dependency on the annotation is optional. +The language code is annotated with a JAXB annotation. It will serialize and deserialize to and from the code. The dependency on the annotation is optional. === Serializable The `LanguageCode` is serializable, and ensures that on deserialization the same object for every language is returned. (And only the _code_ is non transient).