lib/graphql/backwards_compatibility.rb in graphql-1.9.0.pre1 vs lib/graphql/backwards_compatibility.rb in graphql-1.9.0.pre2

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module GraphQL - # Helpers for migrating in a backwards-compatibile way + # Helpers for migrating in a backwards-compatible way # @api private module BackwardsCompatibility module_function # Given a callable whose API used to take `from` arguments, # check its arity, and if needed, apply a wrapper so that