From ff992442acd4af5ba039d433ffbedf859b4fde52 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Wed, 30 Jul 2014 17:13:10 -0500 Subject: [PATCH] Fix typo in v3 native protocol spec Patch by Robert Stupp; review by Tyler Hobbs for CASSANDRA-7652 --- doc/native_protocol_v3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/native_protocol_v3.spec b/doc/native_protocol_v3.spec index c26feeb87a..13b6ac617a 100644 --- a/doc/native_protocol_v3.spec +++ b/doc/native_protocol_v3.spec @@ -446,7 +446,7 @@ Table of Contents Indicates an error processing a request. The body of the message will be an error code ([int]) followed by a [string] error message. Then, depending on the exception, more content may follow. The error codes are defined in - Section 8, along with their additional content if any. + Section 9, along with their additional content if any. 4.2.2. READY