Skip to content

Commit

Permalink
Merge pull request #4774 from 0x1eef/doc-patch
Browse files Browse the repository at this point in the history
docs: fix example given for GraphQL::Schema::Enum
  • Loading branch information
rmosolgo authored Jan 10, 2024
2 parents 62c0f50 + 66620d3 commit 002fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/schema/enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Schema
# # ONIONS
# # PEPPERS
# # }
# class PizzaTopping < GraphQL::Enum
# class PizzaTopping < GraphQL::Schema::Enum
# value :MUSHROOMS
# value :ONIONS
# value :PEPPERS
Expand Down

0 comments on commit 002fd33

Please sign in to comment.