Skip to content

Commit 168867b

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#2212 from duyleekun/patch-1
Update interfaces.md
2 parents 8bbd914 + b6e8c98 commit 168867b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/type_definitions/interfaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ To define types that implement this interface use the `implements` method:
106106

107107
```ruby
108108
class Types::Car < Types::BaseObject
109-
implements Types::RetailObject
109+
implements Types::RetailItem
110110

111111
# ... additional fields
112112
end
113113

114114
class Types::Purse < Types::BaseObject
115-
implements Types::RetailObject
115+
implements Types::RetailItem
116116

117117
# ... additional fields
118118
end

0 commit comments

Comments
 (0)