Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Jul 18, 2024
1 parent bd31d6e commit 0bf81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/functions/functionsDescription.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ var funcDesc = map[string]FunctionDescription{
"inject": {
Name: "inject",
Category: "utilities",
Description: "inject a string with a given probability: useful to inject errors",
Description: "inject a string with a given probability between 0 (never) and 1 (always): useful to inject errors",
Parameters: "probability float64, injected string, original string",
Localizable: false,
Return: "string",
Expand Down

0 comments on commit 0bf81eb

Please sign in to comment.