Skip to content
Snippets Groups Projects
Commit f9e5a621 authored by Owen Arnold's avatar Owen Arnold
Browse files

Update ReplicateMD.cpp

Tweak summary string.
parent eb9d172a
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ const std::string ReplicateMD::category() const { return "MDAlgorithms"; }
/// Algorithm's summary for use in the GUI and help. @see Algorithm::summary
const std::string ReplicateMD::summary() const {
return "This is a algorithm to create a higher dimensional dataset by "
return "This is an algorithm to create a higher dimensional dataset by "
"replicating along an additional axis";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment