summaryrefslogtreecommitdiff
path: root/lib/gitlab/sql/union.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/sql/union.rb')
-rw-r--r--lib/gitlab/sql/union.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/sql/union.rb b/lib/gitlab/sql/union.rb
index 7fb3487a5e5..c4e95284c50 100644
--- a/lib/gitlab/sql/union.rb
+++ b/lib/gitlab/sql/union.rb
@@ -4,8 +4,8 @@ module Gitlab
module SQL
# Class for building SQL UNION statements.
#
- # ORDER BYs are dropped from the relations as the final sort order is not
- # guaranteed any way.
+ # By default ORDER BYs are dropped from the relations as the final sort
+ # order is not guaranteed any way.
#
# Example usage:
#