Skip to content

Commit

Permalink
docs: update description to better describe steps
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
  • Loading branch information
sspaink committed Aug 30, 2023
1 parent c2eace2 commit 41fb5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/builtins.go
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ var NumbersRangeStep = &Builtin{
types.Named("b", types.N),
types.Named("step", types.N),
),
types.Named("range", types.NewArray(nil, types.N)).Description("the range between `a` and `b` incremented by a positive step."),
types.Named("range", types.NewArray(nil, types.N)).Description("the range between `a` and `b` in `step` increments"),
),
}

Expand Down

0 comments on commit 41fb5de

Please sign in to comment.