Fix bad regexp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
shrit
2020-07-14 10:58:03 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent 97b9fe6fa1
commit b390cf75ce
+1 -1
View File
@@ -868,7 +868,7 @@ Any command-line program must be compiled with the @c BINDING_TYPE macro
set to the value @c BINDING_TYPE_CLI. This is handled by the CMake macro
@c add_cli_executable().
When @c BINDING_TYPE is set to @c BINDING_TYPE_IO, the following is set in
When @c BINDING_TYPE is set to @c BINDING_TYPE_CLI, the following is set in
@c src/mlpack/core/util/mlpack_main.hpp, which must be included by every mlpack
binding: