Skip to content

Commit e06027d

Browse files
authored
Merge pull request #3802 from meganemura/fix-typo
Fix typo in example
2 parents c44aee1 + aeb74d4 commit e06027d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/language/nodes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class DirectiveDefinition < AbstractNode
341341
# end
342342
# end
343343
#
344-
# document.to_query_string(printer: VariableSrubber.new)
344+
# document.to_query_string(printer: VariableScrubber.new)
345345
#
346346
class Document < AbstractNode
347347
scalar_methods false

0 commit comments

Comments
 (0)