You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2017/07/22 01:28:44 UTC

[apex-core] branch master updated: Add missing whitespace between words in docs

This is an automated email from the ASF dual-hosted git repository.

vrozov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 79de893  Add missing whitespace between words in docs
79de893 is described below

commit 79de893f673ee0be3302fada2dd34f7984566ded
Author: Florian Schmidt <fl...@datatorrent.com>
AuthorDate: Wed Jul 19 15:07:06 2017 -0700

    Add missing whitespace between words in docs
---
 docs/application_development.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/application_development.md b/docs/application_development.md
index 22fc6d2..6bfa3fd 100644
--- a/docs/application_development.md
+++ b/docs/application_development.md
@@ -2077,7 +2077,7 @@ approaches can be used in combination.
 The platform does not make assumptions about the tuple
 type, it could be any Java object. The operator developer knows what
 tuple type an input port expects and is capable of processing. Each
-input port has a stream codec  associated thatdefines how data is serialized when transmitted over a socket
+input port has a stream codec  associated that defines how data is serialized when transmitted over a socket
 stream; it also defines another
 function that computes the partition hash key for the tuple. The engine
 uses that key to determine which physical instance(s)  (for a

-- 
To stop receiving notification emails like this one, please contact
['"commits@apex.apache.org" <co...@apex.apache.org>'].