From 64d6402fa0b2cbc8dd57d15889ff1223915f85ac Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 25 Mar 2021 13:09:26 -0400 Subject: [PATCH] Update src/mlpack/bindings/cli/print_type_doc_impl.hpp Co-authored-by: Anush Kini <33577829+Abilityguy@users.noreply.github.com> --- src/mlpack/bindings/cli/print_type_doc_impl.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mlpack/bindings/cli/print_type_doc_impl.hpp b/src/mlpack/bindings/cli/print_type_doc_impl.hpp index 81edad4910..51e3106de5 100644 --- a/src/mlpack/bindings/cli/print_type_doc_impl.hpp +++ b/src/mlpack/bindings/cli/print_type_doc_impl.hpp @@ -100,8 +100,7 @@ std::string PrintTypeDoc( "corresponds to one dimension (this is the typical storage format for " "on-disk data). CSV files will be checked for a header; if no header " "is found, the first row will be loaded as a data point. All values of" - " the matrix will be loaded as double-" "precision floating point " - "data."; + " the matrix will be loaded as double-precision floating point data."; } else if (std::is_same>::value) {