Skip to content

Commit

Permalink
fix: run make generate to update builtin_metadata.json
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 41fb5de commit a517aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin_metadata.json
Expand Up @@ -11580,7 +11580,7 @@
"description": "Returns an array of numbers in the given (inclusive) range incremented by a positive step.\n\tIf \"a==b\", then \"range == [a]\"; if \"a \u003e b\", then \"range\" is in descending order.\n\tIf the provided \"step\" is less then 1, an error will be thrown.\n\tIf \"b\" is not in the range of the provided \"step\", \"b\" won't be included in the result.\n\t",
"introduced": "edge",
"result": {
"description": "the range between `a` and `b` incremented by a positive step.",
"description": "the range between `a` and `b` in `step` increments",
"name": "range",
"type": "array[number]"
},
Expand Down

0 comments on commit a517aed

Please sign in to comment.