Skip to content

Commit

Permalink
Typo fix in the programming guide
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed May 3, 2018
1 parent d94aeee commit 93ab7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/documentation/programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93ab7da

Please sign in to comment.