Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/build_plugin_list_d…
Browse files Browse the repository at this point in the history
…ocs'
  • Loading branch information
kibanamachine committed Feb 21, 2024
1 parent ba3f3c1 commit c72701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ by the user. The final output of the expression pipeline can be rendered using
one of the *renderers* registered in `expressions` plugin.
All the arguments to expression functions need to be serializable, as well as input and output.
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
make it possible to serialize the whole chain as well as output at every step of execution.
It is possible to add comments to expressions by starting them with a `//` sequence
Expand Down

0 comments on commit c72701f

Please sign in to comment.