From 11af95ad104ca44e213be11be5e094aaedca78c5 Mon Sep 17 00:00:00 2001 From: Samuel Jones <samjones714@gmail.com> Date: Thu, 12 Jul 2018 11:50:03 +0100 Subject: [PATCH] Re #22515 Updated description Re #22515 --- Framework/Algorithms/src/SortXAxis2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Algorithms/src/SortXAxis2.cpp b/Framework/Algorithms/src/SortXAxis2.cpp index b13597e8704..173998f26ee 100644 --- a/Framework/Algorithms/src/SortXAxis2.cpp +++ b/Framework/Algorithms/src/SortXAxis2.cpp @@ -18,7 +18,7 @@ const std::string SortXAxis::category() const { const std::string SortXAxis::summary() const { return "Clones the input MatrixWorkspace(s) and orders the x-axis in an " - "ascending fashion."; + "ascending or descending fashion."; } void SortXAxis::init() { -- GitLab