Skip to content

Commit 00b5e3a

Browse files
authored
Fix typos, select syntax (#509)
1 parent 1d3b68f commit 00b5e3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/query-syntax.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ SELECT <expr, columns, aggr>
88
FROM <table_function>(<stream_name>, [<time_column>], [<window_size>], ...)
99
[JOIN clause]
1010
[WHERE clause]
11+
[SHUFFLE BY clause]
12+
[PARTITION BY clause]
1113
[GROUP BY clause]
1214
[HAVING expression]
13-
[PARTITION BY clause]
1415
[LIMIT n]
1516
[OFFSET n]
1617
[EMIT emit_policy]

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ const sidebars = {
687687
href: "https://crates.io/crates/proton_client",
688688
},
689689
{
690-
label: "OCamel Client",
690+
label: "OCaml Client",
691691
type: "link",
692692
href: "https://github.com/mfreeman451/proton-ocaml-driver",
693693
},

0 commit comments

Comments
 (0)