We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78acedf commit 6273942Copy full SHA for 6273942
guides/release/templates/writing-helpers.md
@@ -238,8 +238,8 @@ And two named arguments:
238
239
### Class-based Helpers
240
241
-Generated helpers are simply functions. They are passed inputs (parameters
242
-and a hash), they perform an operation on those inputs, and return a
+Generated helpers are simply functions. They are passed arguments (positional
+and named), they perform an operation on those inputs, and return a
243
single output. They have no side-effects and don't save any information
244
that is used on subsequent runs of the function.
245
0 commit comments