Skip to content

Commit

Permalink
fix: missing curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed May 18, 2023
1 parent 1ed8fcc commit f156f45
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1672,7 +1672,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 f156f45

Please sign in to comment.