Skip to content

Commit

Permalink
docs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Apr 15, 2024
1 parent 2b833d0 commit fadcf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ scalar_functions:
value: any1
return: int64
```
The `any[\d]` types (i.e. `any1`, `any2`, etc) impose an additional restriction. Within a single function invocation, all any types with same numeric suffix _must_ be of the same type. In the `bar` function above, arguments `a` and `b` can be bound to any values within a specific function invocation as long as both values have the same type.
The `any[\d]` types (i.e. `any1`, `any2`, ..., `any9`) impose an additional restriction. Within a single function invocation, all any types with same numeric suffix _must_ be of the same type. In the `bar` function above, arguments `a` and `b` can have any type as long as both types are the same.


## Advanced Extensions
Expand Down

0 comments on commit fadcf06

Please sign in to comment.