Skip to content

Commit e324754

Browse files
committed
Fix #24: resolve typo/missing articles
1 parent 70ff0b2 commit e324754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
Stax2 API is an extension to standard [Stax](http://en.wikipedia.org/wiki/StAX) API ("STandard Api for Xml procesing"),
3+
Stax2 API is an extension to standard [Stax](http://en.wikipedia.org/wiki/StAX) API ("the STandard Api for Xml processing"),
44
pull-parser API of JDK, added in JDK 6.
55

66
## Status
@@ -15,15 +15,15 @@ Stax2 API is implemented natively by following Stax XML implementations:
1515
* [Aalto](../../../aalto-xml) (performance-oriented, also non-blocking/async)
1616
* [Woodstox](../../../woodstox) (full-featured, most compliant XML package on Java platform)
1717

18-
In addition, Stax2 API contains wrapper implementations that can be used to support most of API on
18+
In addition, Stax2 API contains wrapper implementations that can be used to support most of the API on
1919
regular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).
2020

2121
## Java package
2222

2323
API classes are in package `org.codehaus.stax2`.
2424

2525
Stax2 API also contains partial Reference Implementation of many of API classes, under
26-
`org.codehaus.stax2.ri`: intention is to make it as painless as possible for Java Stax parser
26+
`org.codehaus.stax2.ri`: intention is to make it as painless as possible for Java Stax parsers
2727
to implement full Stax2 support.
2828

2929
## Usage

0 commit comments

Comments
 (0)