diff --git a/Framework/Algorithms/src/CreateMonteCarloWorkspace.cpp b/Framework/Algorithms/src/CreateMonteCarloWorkspace.cpp index 7bfb31a2316d..5cce9e47c0ae 100644 --- a/Framework/Algorithms/src/CreateMonteCarloWorkspace.cpp +++ b/Framework/Algorithms/src/CreateMonteCarloWorkspace.cpp @@ -59,7 +59,7 @@ void CreateMonteCarloWorkspace::init() { declareProperty(std::make_unique>("InputWorkspace", "", Direction::Input), "Input Workspace containing data to be simulated"); declareProperty("Seed", 32, mustBePositive, - "Integer that seeds initialises the random-number generator, for reproducibility"); + "Integer seed that initialises the random-number generator, for reproducibility"); declareProperty("MonteCarloEvents", 0, mustBePositive, "Number of Monte Carlo events to simulate. Defaults to integral of input workspace if 0."); declareProperty(std::make_unique>("OutputWorkspace", "", Direction::Output),