Skip to content

Commit

Permalink
invocation - noun, the act of invoking or calling
Browse files Browse the repository at this point in the history
  • Loading branch information
steverawlins-zebra committed Jun 7, 2022
1 parent a8187f8 commit 36405a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/calldata.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are also template functions available:
Generates a new UUID for each invocation.

`func randomString(length int) string`
Generates a new random string for each incovation. Accepts a length parameter. If the argument is `<= 0` then a random string is generated with a random length between length of `2` and `16`.
Generates a new random string for each invocation. Accepts a length parameter. If the argument is `<= 0` then a random string is generated with a random length between length of `2` and `16`.

`func randomInt(min, max int) int`
Generates a new non-negative pseudo-random number in range `[min, max)`.
Expand Down

0 comments on commit 36405a0

Please sign in to comment.