You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/02 17:58:50 UTC

[camel] branch camel-3.18.x updated: [DOCS] Dataset component - Fix ListDataSet format

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

acosentino pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new e6c5fad88a9 [DOCS] Dataset component - Fix ListDataSet format
e6c5fad88a9 is described below

commit e6c5fad88a98301133b0a19e0198635198af9451
Author: Aneta Cadova <an...@gmail.com>
AuthorDate: Wed Nov 2 13:32:33 2022 +0100

    [DOCS] Dataset component - Fix ListDataSet format
---
 components/camel-dataset/src/main/docs/dataset-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-dataset/src/main/docs/dataset-component.adoc b/components/camel-dataset/src/main/docs/dataset-component.adoc
index 7ea496b347e..80833b1c738 100644
--- a/components/camel-dataset/src/main/docs/dataset-component.adoc
+++ b/components/camel-dataset/src/main/docs/dataset-component.adoc
@@ -149,7 +149,7 @@ configure the `SimpleDataSet` to use it by setting the
 
 *Available since Camel 2.17*
 
-The List`DataSet` extends `DataSetSupport`, and adds a list of default
+The `ListDataSet` extends `DataSetSupport`, and adds a list of default
 bodies.
 
 === Additional Properties on ListDataSet