fixed typo

This commit is contained in:
y2s82
2020-03-12 00:47:51 -04:00
parent 81ab94773b
commit 823513c2ea
+1 -1
View File
@@ -39,7 +39,7 @@ ProgramDoc::ProgramDoc(
const std::vector<std::pair<std::string, std::string>> 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.