diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 8d272ddc481..7f82efa041b 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -309,7 +309,6 @@ This is to keep in view for when other commands or enhancements may need the sep Need for `MultiComparator` object: This is to map the 1 or more comparator objects and act as a layer of abstraction where `SortCommmand` does need to know how many attributes are used in sorting. -This also w `SortCommmandParser` parsing the `Comparator` objects: This is to prevent `SortCommand` from taking on more responsibilities (Separation of Concerns).