diff --git a/velox/docs/develop/vectors.rst b/velox/docs/develop/vectors.rst index 2bb8af66c2f9..963642151748 100644 --- a/velox/docs/develop/vectors.rst +++ b/velox/docs/develop/vectors.rst @@ -130,7 +130,9 @@ of rows in the vector. Vectors are always held by std::shared_ptr using the VectorPtr alias. -using VectorPtr = std::shared_ptr; +.. code-block:: c++ + + using VectorPtr = std::shared_ptr; The “bits” namespace contains a number of convenience functions for working with a nulls buffer.