You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/09/05 10:40:03 UTC

[flink] branch master updated: [hotfix][docs] Remove redundant td tag

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 74ebbe5  [hotfix][docs] Remove redundant td tag
74ebbe5 is described below

commit 74ebbe5e935babe94245eb160778cf880aa72132
Author: zentol <ch...@apache.org>
AuthorDate: Wed Sep 5 12:39:26 2018 +0200

    [hotfix][docs] Remove redundant td tag
---
 docs/dev/batch/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/batch/index.md b/docs/dev/batch/index.md
index 62e4117..d004364 100644
--- a/docs/dev/batch/index.md
+++ b/docs/dev/batch/index.md
@@ -1614,7 +1614,7 @@ In object-reuse enabled mode, Flink's runtime minimizes the number of object ins
    <tr>
       <td><strong>Emitting Input Objects</strong></td>
       <td>
-        You <strong>must not</strong> emit input objects, except for input objects of MapFunction, FlatMapFunction, MapPartitionFunction, GroupReduceFunction, GroupCombineFunction, CoGroupFunction, and InputFormat.next(reuse).</td>
+        You <strong>must not</strong> emit input objects, except for input objects of MapFunction, FlatMapFunction, MapPartitionFunction, GroupReduceFunction, GroupCombineFunction, CoGroupFunction, and InputFormat.next(reuse).
       </td>
    </tr>
    <tr>