Skip to content

Commit 002fd33

Browse files
authored
Merge pull request #4774 from 0x1eef/doc-patch
docs: fix example given for GraphQL::Schema::Enum
2 parents 62c0f50 + 66620d3 commit 002fd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/schema/enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Schema
1414
# # ONIONS
1515
# # PEPPERS
1616
# # }
17-
# class PizzaTopping < GraphQL::Enum
17+
# class PizzaTopping < GraphQL::Schema::Enum
1818
# value :MUSHROOMS
1919
# value :ONIONS
2020
# value :PEPPERS

0 commit comments

Comments
 (0)