Skip to content

Commit

Permalink
chore: Fix curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
caylahamann committed Jun 17, 2022
1 parent 1933e4e commit d426248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ SELECT histogram(duration, 10, 20) FROM PageView SINCE 1 week ago
<Collapser
className="freq-link"
id="func-dimensions"
title={<InlineCode>'dimensions(include: &#x7B;attributes}, exclude: &#x7B;attributes})'</InlineCode>}
title={<InlineCode>'dimensions(include: {attributes}, exclude: {attributes})'</InlineCode>}
>
`dimensions()`関数を使用して、データ型のすべての次元値を返します。

Expand Down

0 comments on commit d426248

Please sign in to comment.