Skip to content

Commit 7c73c04

Browse files
authored
Update enum.md
Added missing extension to file name on base enum definition
1 parent b957fb5 commit 7c73c04

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)