Skip to content

Commit

Permalink
style(NRQL): Remove implicit <em> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-schaefer committed Mar 16, 2022
1 parent 8494243 commit 3e5c424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Simple arrays are used to store a list of values of the same primitive type, e.g
className="freq-link"
title={<InlineCode>getfield(attribute, i) OR attribute[i]</InlineCode>}
>
Use the `getfield()` notation to get the *i*th element in an array.
Use the `getfield()` notation to get the `i`th element in an array.

<Callout variant="important">Array indexing starts with 0.</Callout>

Expand Down

0 comments on commit 3e5c424

Please sign in to comment.