[ci skip] Fix documentation of Gitlab::Git::Diff#filter_diff_options flags

This commit is contained in:
Alejandro Rodríguez 2018-10-17 17:38:46 -03:00
parent 9bf59ceb69
commit c8ffd8b035
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {})