This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit ee6b527a4cfcd9d93dd7b1c5b772ec4c9f5eb7ee Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Thu May 3 14:57:49 2018 +0100 Typo fix in the programming guide --- src/documentation/programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/programming-guide.md b/src/documentation/programming-guide.md index b94fbee..37044cd 100644 --- a/src/documentation/programming-guide.md +++ b/src/documentation/programming-guide.md @@ -246,7 +246,7 @@ testing and debugging purposes. To read from an external source, you use one of the [Beam-provided I/O adapters](#pipeline-io). The adapters vary in their exact usage, but all of them -from some external data source and return a `PCollection` whose elements +read from some external data source and return a `PCollection` whose elements represent the data records in that source. Each data source adapter has a `Read` transform; to read, you must apply that -- To stop receiving notification emails like this one, please contact [email protected].
