From 823513c2ea5d7cfc9aa5a6fd8eec6dc7b66883d7 Mon Sep 17 00:00:00 2001 From: y2s82 <1997371+y2s82@users.noreply.github.com> Date: Thu, 12 Mar 2020 00:47:51 -0400 Subject: [PATCH] fixed typo --- src/mlpack/core/util/program_doc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/core/util/program_doc.cpp b/src/mlpack/core/util/program_doc.cpp index 62689a406c..6a1ddf04ea 100644 --- a/src/mlpack/core/util/program_doc.cpp +++ b/src/mlpack/core/util/program_doc.cpp @@ -39,7 +39,7 @@ ProgramDoc::ProgramDoc( const std::vector> seeAlso) : programName(std::move(programName)), shortDocumentation(std::move(shortDocumentation)), - documentation(std::movie(documentation)), + documentation(std::move(documentation)), seeAlso(std::move(seeAlso)) { // Register this with CLI.