Skip to content

Commit

Permalink
Update docs/source/user-guide/sql/scalar_functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonah Gao <[email protected]>
  • Loading branch information
Lordworms and jonahgao authored Feb 28, 2024
1 parent 398122a commit 3832b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,7 @@ generate_series(start, stop, step)
#### Arguments

- **start**: start of the range
- **end**: end of the range (not included)
- **end**: end of the range (included)
- **step**: increase by step (can not be 0)

#### Example
Expand Down

0 comments on commit 3832b88

Please sign in to comment.