Skip to content

Commit e85d5bd

Browse files
author
Kevin Paulisse
committed
Comment typo / copy-pasta
1 parent 7d42cdf commit e85d5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/octocatalog-diff/api/v1/diff.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def old_value
8989
end
9090

9191
# Public: Get the "new" value, i.e. "to" catalog
92-
# @return [?] "old" value
92+
# @return [?] "new" value
9393
def new_value
9494
return nil if removal?
9595
return @raw[2] if addition?

0 commit comments

Comments
 (0)