Skip to content

Commit 6b79097

Browse files
committed
[nit] Fix tick
1 parent 09bf248 commit 6b79097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@types/queries/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@
12171217
* If you provide a Group for every Select, the result will be a single Row with
12181218
* every Cell having been aggregated. If you provide a Group for only one, or
12191219
* some, of the Select clauses, the _others_ will be automatically used as
1220-
* dimensional values (analogous to the 'group by` semantics in SQL), within
1220+
* dimensional values (analogous to the `group by` semantics in SQL), within
12211221
* which the aggregations of Group Cells will be performed.
12221222
*
12231223
* You can join the same underlying Cell multiple times, but in that case you

0 commit comments

Comments
 (0)