Skip to content
Snippets Groups Projects
Commit 77d17719 authored by Yatish Mehta's avatar Yatish Mehta Committed by Yatish Mehta
Browse files

Fix comment for project argument in commit_range.rb

parent 0e987ee7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,7 @@ class CommitRange
attr_reader :commit_from, :notation, :commit_to
attr_reader :ref_from, :ref_to
 
# Optional Project model
# The Project model
attr_accessor :project
 
# The beginning and ending refs can be named or SHAs, and
Loading
Loading
@@ -56,7 +56,7 @@ class CommitRange
# Initialize a CommitRange
#
# range_string - The String commit range.
# project - An optional Project model.
# project - The Project model.
#
# Raises ArgumentError if `range_string` does not match `PATTERN`.
def initialize(range_string, project)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment