Skip to content

Commit aeb74d4

Browse files
committed
Fix typo in example
1 parent c44aee1 commit aeb74d4

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)