From 595a1aedb77739ce6407ad057cd50a378145f8b3 Mon Sep 17 00:00:00 2001 From: Jeff Smick Date: Thu, 17 Apr 2014 13:18:48 -0700 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff044502..99ce0818 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ At any time the Publisher may signal that it is not able to provide more element ### API components ### -The purpose of the API is to provide the types that users interact with directly. SPI methods and interfaces should not be exposed expect for the purpose of writing Reactive Streams implementations. +The purpose of the API is to provide the types that users interact with directly. SPI methods and interfaces should not be exposed except for the purpose of writing Reactive Streams implementations. The API counterpart for Publisher is *Producer* and for Subscriber is *Consumer*. The combination of these two—a stream processing element with asynchronous input and output—is called *Processor*.