This is an automated email from the ASF dual-hosted git repository.

fsaintjacques pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 83e25ea  ARROW-8663: [Documentation] Small correction to building.rst
83e25ea is described below

commit 83e25eab7379fd857ca4938b8ecbb007f213ff82
Author: Chad Dougherty <[email protected]>
AuthorDate: Fri May 1 13:35:11 2020 -0400

    ARROW-8663: [Documentation] Small correction to building.rst
    
    simple typo: not -> note
    
    Closes #7083 from crd477/patch-1
    
    Authored-by: Chad Dougherty <[email protected]>
    Signed-off-by: François Saint-Jacques <[email protected]>
---
 docs/source/developers/cpp/building.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/developers/cpp/building.rst 
b/docs/source/developers/cpp/building.rst
index 6559503..be99e03 100644
--- a/docs/source/developers/cpp/building.rst
+++ b/docs/source/developers/cpp/building.rst
@@ -124,7 +124,7 @@ Minimal debug build with unit tests:
    make unittest
 
 The unit tests are not built by default. After building, one can also invoke
-the unit tests using the ``ctest`` tool provided by CMake (not that ``test``
+the unit tests using the ``ctest`` tool provided by CMake (note that ``test``
 depends on ``python`` being available).
 
 On some Linux distributions, running the test suite might require setting an

Reply via email to