Skip to content

Commit 6273942

Browse files
authored
Tweak helper argument names
* call them arguments (not parameters) * use `positional` and `named`
1 parent 78acedf commit 6273942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/release/templates/writing-helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ And two named arguments:
238238

239239
### Class-based Helpers
240240

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
241+
Generated helpers are simply functions. They are passed arguments (positional
242+
and named), they perform an operation on those inputs, and return a
243243
single output. They have no side-effects and don't save any information
244244
that is used on subsequent runs of the function.
245245

0 commit comments

Comments
 (0)