Skip to content

Commit

Permalink
Switch quote type.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Mar 8, 2019
1 parent 0bd5d24 commit 86ec298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def nested_properties?
end

def deprecated?
!(@deprecation_message.nil? || @deprecation_message == "")
!(@deprecation_message.nil? || @deprecation_message == '')
end

private
Expand Down

0 comments on commit 86ec298

Please sign in to comment.