Skip to content

Commit efca38e

Browse files
Merge pull request #19349 from ccobb-nr/patch-3
Fix typo in nrql-tutorial-advanced-functions.mdx
2 parents d0ee62b + 7f37a4d commit efca38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/nrql/nrql-tutorials/nrql-tutorial-advanced-functions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We think you'll find these features downright invaluable. Let's get started!
2525

2626
<Steps>
2727
<Step>
28-
Standard deviation mesaures the amount of variation or dispersion within a set of values. It uses a scale from low (values close to the average) to high (values far from the average). The `stddev()`function lets you look between the lines of averages and understand reported values on a deeper level. In this example, you compare the standard deviation of transaction response time ("duration") for the last day to the previous day.
28+
Standard deviation measures the amount of variation or dispersion within a set of values. It uses a scale from low (values close to the average) to high (values far from the average). The `stddev()`function lets you look between the lines of averages and understand reported values on a deeper level. In this example, you compare the standard deviation of transaction response time ("duration") for the last day to the previous day.
2929

3030
```sql
3131
SELECT stddev(duration)

0 commit comments

Comments
 (0)