Skip to content

Commit

Permalink
Fix typo in comment in DurationEncodingError
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyroobs committed Oct 26, 2023
1 parent bd6b22f commit 3fdcf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/duration_encoding_error.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module GraphQL
# This error is raised when `Types::ISO8601Duration` is asked to return a value
# that cannot be parsed as an ISO8601-formatted duration by ctiveSupport::Duration.
# that cannot be parsed as an ISO8601-formatted duration by ActiveSupport::Duration.
#
# @see GraphQL::Types::ISO8601Duration which raises this error
class DurationEncodingError < GraphQL::RuntimeTypeError
Expand Down

0 comments on commit 3fdcf19

Please sign in to comment.