diff --git a/cpp/src/io/avro/avro.cpp b/cpp/src/io/avro/avro.cpp index 5260d0b8113..fd3b4095e6f 100644 --- a/cpp/src/io/avro/avro.cpp +++ b/cpp/src/io/avro/avro.cpp @@ -317,7 +317,7 @@ bool schema_parser::parse(std::vector &schema, const std::string & /** * @Brief Parse a string * - * @returns return parsed string, consuming the terminating quote + * @returns parsed string, consuming the terminating quote */ std::string schema_parser::get_str() {