From a572d5f6ac0adeb07d0b4b0fae90cbcb3b22a9b4 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Fri, 7 Jul 2023 15:32:52 -0700 Subject: [PATCH] Update native protocol documentation to use a valid (capitalized) protocol version (#1637) --- manual/core/native_protocol/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual/core/native_protocol/README.md b/manual/core/native_protocol/README.md index d64aaccda85..b28c72f6300 100644 --- a/manual/core/native_protocol/README.md +++ b/manual/core/native_protocol/README.md @@ -62,7 +62,8 @@ the [configuration](../configuration/): ``` datastax-java-driver { advanced.protocol { - version = v3 + # The V in the version parameter must be capitalized + version = V3 } } ```