Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix a missing space (typo)
  • Loading branch information
rkuhn committed Mar 26, 2014
commit e35a48ebdb42fd9ef8dea91facf2b84c3b6b9bf9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Reactive Streams specification consists of the following parts:

**The API** specifies the types that the users of Reactive Stream libraries use.

***The Technology Compatibility Kit (TCK)*** is astandard test suite for conformance testing of implementations.
***The Technology Compatibility Kit (TCK)*** is a standard test suite for conformance testing of implementations.

Implementations are free to implement additional features not covered by the specification as long as they conform to the API and SPI requirements and pass the tests in the TCK.

Expand Down