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 90acd57f4..bed99ea63 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 @@ -69,10 +69,13 @@ _**Data type:** String_ ###### Possible Values: - `inner` - +- `full` +--> {{% note %}} The `on` parameter and the `cross` method are mutually exclusive.