Skip to content

Commit c15eec7

Browse files
authored
Fix indentation
1 parent e28ea15 commit c15eec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2727
### Upcoming Release
2828

2929
* Added support for two new SQL functions:
30-
* `split` splits a string into an array based on a delimiter.
31-
* `regexp_split_to_array` returns all captured substrings as an array after splitting the input text
30+
* `split` splits a string into an array based on a delimiter.
31+
* `regexp_split_to_array` returns all captured substrings as an array after splitting the input text
3232
string using a regular expression pattern as a delimiter.
3333

3434
### 0.0.23576 [October 16 2025]

0 commit comments

Comments
 (0)