Skip to content
Snippets Groups Projects
Commit 4ca25de4 authored by Felix Schindler's avatar Felix Schindler
Browse files

[functions.combined] minor change in name of difference

parent 95325761
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ public:
virtual std::string name() const DS_OVERRIDE
{
return "Difference of '" + minuend_.name() + "' and '" + subtrahend_.name() + "'";
return "difference between '" + minuend_.name() + "' and '" + subtrahend_.name() + "'";
}
private:
......
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