This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f556d7cb0fc Fix typo
f556d7cb0fc is described below
commit f556d7cb0fc71c07f9769a0a1931f3560ccf38cb
Author: Mario Rutz <[email protected]>
AuthorDate: Wed Jun 5 16:27:02 2024 +0200
Fix typo
---
.../src/main/docs/modules/languages/pages/simple-language.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
index 514e33a5d42..313a125297d 100644
---
a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
+++
b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
@@ -265,7 +265,7 @@ log sensitive data from the message itself.
|uuid(type) |String |Returns an UUID using the Camel `UuidGenerator`.
You can choose between `default`, `classic`, `short` and `simple` as the type.
If no type is given the default is used. It is also possible to use a custom
`UuidGenerator`
-and bind the bean to the xref:manual::registry.adoc[Registry] with an id. For
example `${uuid(myGenerator}`
+and bind the bean to the xref:manual::registry.adoc[Registry] with an id. For
example `${uuid(myGenerator)}`
where the ID is _myGenerator_.
|hash(exp,algorithm) |String |Returns a hashed value (string in hex decimal)
using JDK MessageDigest.