Skip to content

Commit

Permalink
Fix formating of code block in vectors.rst (facebookincubator#11163)
Browse files Browse the repository at this point in the history
Summary:
In vectors.rst, there is a block of code that is not properly formatted.

Pull Request resolved: facebookincubator#11163

Reviewed By: kagamiori

Differential Revision: D64224262

Pulled By: kgpai

fbshipit-source-id: 401b948e01739b4ee5025fac11af02e2488444ba
  • Loading branch information
lingbin authored and facebook-github-bot committed Oct 15, 2024
1 parent c30c8f9 commit 7ed22fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion velox/docs/develop/vectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<BaseVector>;
.. code-block:: c++

using VectorPtr = std::shared_ptr<BaseVector>;

The “bits” namespace contains a number of convenience functions for working with
a nulls buffer.
Expand Down

0 comments on commit 7ed22fe

Please sign in to comment.