diff --git a/lib/gitlab/git/diff.rb b/lib/gitlab/git/diff.rb index 0d96211f4d47975522fa3085311fc8de87db0248..b2e2d49dd0b26072ff37894bf094807584ff5ea3 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 = {})