diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/git/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/git/diff.rb b/lib/gitlab/git/diff.rb index 0d96211f4d4..b2e2d49dd0b 100644 --- a/lib/gitlab/git/diff.rb +++ b/lib/gitlab/git/diff.rb @@ -72,7 +72,7 @@ module Gitlab # and `safe_max_bytes` # # :expanded :: - # If true, patch raw data will not be included in the diff after + # If false, patch raw data will not be included in the diff after # `max_files`, `max_lines` or any of the limits in `limits` are # exceeded def filter_diff_options(options, default_options = {}) |