This is an automated email from the ASF dual-hosted git repository. victoria pushed a commit to branch vtlim-patch-1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 4ea652f9c0728ecd7d3685b3022547a7edf81a5e Author: Victoria Lim <[email protected]> AuthorDate: Fri Jan 24 13:55:47 2025 -0800 fix typo --- docs/querying/sql-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/sql-functions.md b/docs/querying/sql-functions.md index dff53188534..75e9d54ed8c 100644 --- a/docs/querying/sql-functions.md +++ b/docs/querying/sql-functions.md @@ -172,7 +172,7 @@ Returns any value of the specified expression. <details><summary>Example</summary> -The following example returns the state abbrevation, state name, and average flight time grouped by each state in `flight-carriers`: +The following example returns the state abbreviation, state name, and average flight time grouped by each state in `flight-carriers`: ```sql SELECT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
