-
Notifications
You must be signed in to change notification settings - Fork 42
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
Conversation
Signed-off-by: Antonio Santos Izaguirre <[email protected]>
@@ -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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first letter should be kept in upper case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. However, At first commit I copied same format than line 37. Check it out and say to me if it is necessary to fix too.
Regards,
Antonio.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the best would be to bring in consistency accross all usages ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in XmlElementDecl too!
Signed-off-by: Antonio Santos Izaguirre <[email protected]>
btw: same/similar typos are there in XmlElementDecl - can you fix it all at once? |
Signed-off-by: Antonio Santos Izaguirre <[email protected]>
@lukasj
I wish this PR would be useful for the project.
Regards,
Antonio.