From cd35484c139bcb50e5728f080f22c450033eec82 Mon Sep 17 00:00:00 2001 From: TobiasNx <61879957+TobiasNx@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:43:09 +0200 Subject: [PATCH] Update Fix-User-Guide.md --- docs/fix/Fix-User-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fix/Fix-User-Guide.md b/docs/fix/Fix-User-Guide.md index 2c188e1..668429a 100644 --- a/docs/fix/Fix-User-Guide.md +++ b/docs/fix/Fix-User-Guide.md @@ -27,7 +27,7 @@ Flux-Example: - when using the FLUX: - - address the `fix`-module - - you can add variables -- - The Fix transformation can be part of the FLUX `|fix("retain(`245??`)")` - usually useful for short fixes +- - The Fix transformation can be part of the FLUX `|fix("retain('245??')")` - usually useful for short fixes - - or it can be separated in an external file, that is called in the FLUX-Process as in the code snippet above - when using it in a Java process, just add the library to your process