Skip to content

Commit b4e704f

Browse files
authored
Merge pull request #3951 from aalvarado/patch-1
Update enum.md missing extension on enum base class definition
2 parents d6a8a27 + 7c73c04 commit b4e704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/type_definitions/enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In your application, enums extend {{ "GraphQL::Schema::Enum" | api_doc }} and de
4343

4444
```ruby
4545
# First, a base class
46-
# app/graphql/types/base_enum
46+
# app/graphql/types/base_enum.rb
4747
class Types::BaseEnum < GraphQL::Schema::Enum
4848
end
4949

0 commit comments

Comments
 (0)