Repository: beam-site
Updated Branches:
  refs/heads/asf-site 6dd302c0f -> 7b78cc342


Finding a typo in a code block

I found a typo in the Markdown code block. The ``` should be gone.


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/9e1f59f9
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/9e1f59f9
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/9e1f59f9

Branch: refs/heads/asf-site
Commit: 9e1f59f995fe8eaef705c1bd8e5ce2897fb17699
Parents: 6dd302c
Author: 성준영 <wnsdud1...@gmail.com>
Authored: Thu Mar 9 17:53:27 2017 +0900
Committer: Ahmet Altay <al...@google.com>
Committed: Thu Mar 9 09:53:25 2017 -0800

----------------------------------------------------------------------
 src/documentation/programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/9e1f59f9/src/documentation/programming-guide.md
----------------------------------------------------------------------
diff --git a/src/documentation/programming-guide.md 
b/src/documentation/programming-guide.md
index 0aca04e..81a03fb 100644
--- a/src/documentation/programming-guide.md
+++ b/src/documentation/programming-guide.md
@@ -1090,7 +1090,7 @@ PCollection<Integer> numbers =
   p.begin()
   .apply(TextIO.Read.named("ReadNumbers")
     .from("gs://my_bucket/path/to/numbers-*.txt")
-    .withCoder(TextualIntegerCoder.of()));```
+    .withCoder(TextualIntegerCoder.of()));
 ```
 
 ```py

Reply via email to