Skip to content

Commit 16c32e9

Browse files
committed
Remove comment about how the value is parsed
1 parent 2c551e7 commit 16c32e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/graphql/extras/types.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def self.coerce_result(value, _context)
3434
class Decimal < GraphQL::Schema::Scalar
3535
description <<~DESC
3636
The `Decimal` scalar type represents signed double-precision fractional
37-
values parsed by the `Decimal` library. The Decimal appears in a JSON
38-
response as a string to preserve precision.
37+
values. The Decimal appears in a JSON response as a string to preserve
38+
precision.
3939
DESC
4040

4141
def self.coerce_input(value, _context)

0 commit comments

Comments
 (0)