Skip to content

Commit

Permalink
Comment typo / copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Paulisse committed Jan 15, 2017
1 parent 7d42cdf commit e85d5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octocatalog-diff/api/v1/diff.rb
Expand Up @@ -89,7 +89,7 @@ def old_value
end

# Public: Get the "new" value, i.e. "to" catalog
# @return [?] "old" value
# @return [?] "new" value
def new_value
return nil if removal?
return @raw[2] if addition?
Expand Down

0 comments on commit e85d5bd

Please sign in to comment.