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 087e3ca3ce Fix documentation formatting glitch
     new 69a297d0d6 Merge pull request #1626 from fbarthez/documentation-fix
087e3ca3ce is described below

commit 087e3ca3ce9dd70e3877fe69d57f6d26041b5719
Author: Fabian Peters <[email protected]>
AuthorDate: Thu Aug 11 14:26:59 2022 +0200

    Fix documentation formatting glitch
---
 .../modules/ROOT/pages/pipeline/transforms/regexeval.adoc               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/regexeval.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/regexeval.adoc
index 82bbdfe30e..d2e1aff165 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/regexeval.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/regexeval.adoc
@@ -68,7 +68,7 @@ The resulting field values are: Ann and 53.
 |Length|Length of the field.
 |Precision|Number of floating point digits for number-type fields.
 |Format|An optional mask for converting the format of the original field.
-See Common Formats for |information on common valid date and numeric formats 
you can use in this transform.
+See Common Formats for information on common valid date and numeric formats 
you can use in this transform.
 |Group|A grouping can be a "," (10,000.00 for example) or "." (5.000,00 for 
example)
 |Decimal|The character used as a decimal point.
 |Currency|Currency symbol ($ or € for example)

Reply via email to