Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo indicated in #234 #295

Merged
merged 4 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@
* This specifies the namespace name of the XML element whose local
* name is specified by {@code substitutionHeadName()}.
* <p>
* If {@code susbtitutionHeadName()} is "", then this
* If {@code substitutionHeadName()} is "", then this
* value can only be "##default". But the value is ignored
* since this element is not part of susbtitution group when the
* value of {@code susbstitutionHeadName()} is "".
* since this element is not part of substitution group when the
* value of {@code substitutionHeadName()} is "".
* <p>
* If {@code susbtitutionHeadName()} is not "" and the value is
* If {@code substitutionHeadName()} is not "" and the value is
* "##default", then the namespace name is the namespace name to
* which the package of the containing class, marked with {@link
* XmlRegistry }, is mapped.
* <p>
* If {@code susbtitutionHeadName()} is not "" and the value is
* If {@code substitutionHeadName()} is not "" and the value is
* not "##default", then the value is the namespace name.
*
* @see #substitutionHeadName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
* that doesn't have {@link XmlRootElement}. But they can't show up in an
* XML instance (because they don't have XML element names).
*
* <p><b>Example 2: XML Schema Susbstitution group support</b>
* <p><b>Example 2: XML Schema Substitution group support</b>
* <p> The following example shows the annotations for XML Schema
* substitution groups. The annotations and the ObjectFactory are
* derived from the schema.
Expand Down