Skip to content

Commit

Permalink
Remove comment about how the value is parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Aug 13, 2021
1 parent 2c551e7 commit 16c32e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/graphql/extras/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def self.coerce_result(value, _context)
class Decimal < GraphQL::Schema::Scalar
description <<~DESC
The `Decimal` scalar type represents signed double-precision fractional
values parsed by the `Decimal` library. The Decimal appears in a JSON
response as a string to preserve precision.
values. The Decimal appears in a JSON response as a string to preserve
precision.
DESC

def self.coerce_input(value, _context)
Expand Down

0 comments on commit 16c32e9

Please sign in to comment.