diff --git a/cpp/src/arrow/util/bit_util.h b/cpp/src/arrow/util/bit_util.h index cd6d15f9134..971b77d6979 100644 --- a/cpp/src/arrow/util/bit_util.h +++ b/cpp/src/arrow/util/bit_util.h @@ -191,7 +191,7 @@ struct CopyBitsParams { /// /// Copy bits [start, end[ from src into the position [start, end[ in dst /// and return the result (inputs are unmodified). -/// Setting ``kAllowFullCopy`` to false is an optimization when the caller can +/// Setting `kAllowFullCopy` to false is an optimization when the caller can /// guarantee that the range of bits to copy does not cover the whole range. template [[nodiscard]] constexpr Uint CopyBitsInInteger(const CopyBitsParams& params) {