From 7fcb8e099bc08768b7ada66ef4a0f4f2955f2bda Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 29 Apr 2020 08:45:04 -0600 Subject: [PATCH] minor typo fix in percentage guide --- content/v2.0/query-data/flux/calculate-percentages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/query-data/flux/calculate-percentages.md b/content/v2.0/query-data/flux/calculate-percentages.md index 2b2233a43..bcb00552e 100644 --- a/content/v2.0/query-data/flux/calculate-percentages.md +++ b/content/v2.0/query-data/flux/calculate-percentages.md @@ -35,7 +35,7 @@ Then, use `map()` to re-map values in the row and calculate a percentage. to divide the numerator operand value by the denominator operand value and multiply by 100. {{% note %}} -In the following examples use `pivot()` to align operands into rows because +The following examples use `pivot()` to align operands into rows because `pivot()` works in most cases and is more performant than `join()`. _See [Pivot vs join](/v2.0/query-data/flux/mathematic-operations/#pivot-vs-join)._ {{% /note %}}