Skip to content

Commit

Permalink
Update Flux-User-Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx authored Oct 7, 2024
1 parent 5d3a45d commit 82d44bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flux/Flux-User-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To learn about the available options of a command, execute Flux without argument


To some commands the entire environment can be given as an argument. This is done with the `*` character: `fix("tranformation.fix", *)`. In this case Fix gains access to all variable assignments made in Flux.
(See also [Addressing Pieces of Data: FIX-Path and the record structure in FIX ](Fix-User-Guide.html#addressing-pieces-of-data-fix-path-and-the-record-structure-in-fix)).
(See also [Addressing Pieces of Data: FIX-Path and the record structure in FIX ](../fix/Fix-User-Guide.html#addressing-pieces-of-data-fix-path-and-the-record-structure-in-fix)).

Note that unlike shell pipes, the data flowing between Flux commands is _typed_. This means that only commands with matching signatures can be combined. Commands expect a certain input and provide a certain output like: `StreamReceiver, `Object`, `Reader` and others.

Expand Down

0 comments on commit 82d44bd

Please sign in to comment.