You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/05/03 15:44:16 UTC

[beam-site] branch asf-site updated (caae35d -> 68eb1e2)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from caae35d  Prepare repository for deployment.
     add ee6b527  Typo fix in the programming guide
     add 028b070  This closes #433
     new 68eb1e2  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/documentation/programming-guide/index.html | 2 +-
 src/documentation/programming-guide.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 68eb1e20e8a0b24aa7e99c5f77456b5a0a5e055f
Author: Mergebot <me...@apache.org>
AuthorDate: Thu May 3 08:44:14 2018 -0700

    Prepare repository for deployment.
---
 content/documentation/programming-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html
index 2b4fa76..6cb22e5 100644
--- a/content/documentation/programming-guide/index.html
+++ b/content/documentation/programming-guide/index.html
@@ -518,7 +518,7 @@ testing and debugging purposes.</p>
 
 <p>To read from an external source, you use one of the <a href="#pipeline-io">Beam-provided I/O
 adapters</a>. The adapters vary in their exact usage, but all of them
-from some external data source and return a <code class="highlighter-rouge">PCollection</code> whose elements
+read from some external data source and return a <code class="highlighter-rouge">PCollection</code> whose elements
 represent the data records in that source.</p>
 
 <p>Each data source adapter has a <code class="highlighter-rouge">Read</code> transform; to read, you must apply that

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.