Skip to content

Commit e5c9fa8

Browse files
authored
Update Fix-User-Guide.md
1 parent eb3bdcc commit e5c9fa8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/fix/Fix-User-Guide.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ This document provides an introduction to the Metafacture Fix language (short: M
1313
Metafacture Fix is a transformation module that can be used in a [Flux Workflow](../flux/Flux-User-Guide.html), for this you have to use this in your pipeline:
1414

1515
Flux-Example:
16-
```perl
17-
infile
18-
| open-file
19-
| as-lines
20-
| decode-marc21
21-
| fix(FLUX_DIR + "fixFile.fix")
22-
| encode-json
23-
| print
24-
;
16+
```java
17+
infile
18+
| open-file
19+
| as-lines
20+
| decode-marc21
21+
| fix(FLUX_DIR + "fixFile.fix")
22+
| encode-json
23+
| print
24+
;
2525
```
2626

2727
- when using the FLUX:

0 commit comments

Comments
 (0)