This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 878a9cfda6 (DOC) simple fix
new a2955ebd3c Merge pull request #1576 from VladimirAlexiev/patch-9
878a9cfda6 is described below
commit 878a9cfda658cf53463cafbaa8719725c867fe3b
Author: Vladimir Alexiev <[email protected]>
AuthorDate: Wed Jul 6 11:20:13 2022 +0300
(DOC) simple fix
---
.../modules/ROOT/pages/pipeline/transforms/append.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/append.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/append.adoc
index 715d57915d..28cd3f11c2 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/append.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/append.adoc
@@ -35,10 +35,10 @@ As always, the row layout for the input data coming from
both transforms has to
|Option|Description
|Transform name|Name of the transform.
Note: This name has to be unique in a single pipeline.
-|Head hop|The name of the transform from which will be read from first.
-|Tail hop|The name of the transform from which will be read from last.
+|Head hop|The name of the transform from which will be read the first stream.
+|Tail hop|The name of the transform from which will be read the second stream.
|===
== Metadata Injection Support
-All fields of this transform support metadata injection.
\ No newline at end of file
+All fields of this transform support metadata injection.