Skip to content

Commit 05a0d81

Browse files
authored
Update Flux-User-Guide.md
1 parent 8168d76 commit 05a0d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flux/Flux-User-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To learn about the available options of a command, execute Flux without argument
9898
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.
9999
(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)).
100100

101-
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.
101+
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`, `String`, `Triple` and others.
102102

103103
To lookup the signatures, again: execute Flux without arguments. It will list all available commands, including signatures. Or simply have a look at the [list of available FLUX commands in this documentation.](flux-commands.html)
104104

0 commit comments

Comments
 (0)