We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e40df commit dd004dfCopy full SHA for dd004df
1 file changed
docs/developer/plugin-list.asciidoc
@@ -161,7 +161,7 @@ by the user. The final output of the expression pipeline can be rendered using
161
one of the *renderers* registered in `expressions` plugin.
162
163
All the arguments to expression functions need to be serializable, as well as input and output.
164
-Expression functions should try to stay 'pure'. This makes functions easy to reuse and also
+Expression functions should try to stay 'pure'. This makes functions easy to reuse and also
165
make it possible to serialize the whole chain as well as output at every step of execution.
166
167
It is possible to add comments to expressions by starting them with a `//` sequence
0 commit comments