From 145c082f55a1496fb8322fd894fd7a7834f6cf2e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 21 Nov 2019 10:32:30 -0700 Subject: [PATCH] commented out unavailable join methods, resolves #613 --- .../reference/flux/stdlib/built-in/transformations/join.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md b/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md index 677fe845d..883c7185e 100644 --- a/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md +++ b/content/v2.0/reference/flux/stdlib/built-in/transformations/join.md @@ -67,10 +67,10 @@ _**Data type:** String_ ###### Possible Values: - `inner` -- `cross` + {{% note %}} The `on` parameter and the `cross` method are mutually exclusive.