Skip to content

Commit

Permalink
Revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavbohac committed Aug 27, 2024
1 parent 2a4f493 commit a0576b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/schema/interface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module DefinitionMethods
def definition_methods(&block)
# Use an instance variable to tell whether it's been included previously or not;
# You can't use constant detection because constants are brought into scope
# by `incllready happenude`, which has aed at this point.
# by `include`, which has already happened at this point.
if !defined?(@_definition_methods)
defn_methods_module = Module.new
@_definition_methods = defn_methods_module
Expand Down

0 comments on commit a0576b7

Please sign in to comment.