diff --git a/JSONAPI.playground/Sources/Entities.swift b/JSONAPI.playground/Sources/Entities.swift index c47dd34..14c2a89 100644 --- a/JSONAPI.playground/Sources/Entities.swift +++ b/JSONAPI.playground/Sources/Entities.swift @@ -25,7 +25,7 @@ extension String: CreatableRawIdType { // MARK: - typealiases for convenience public typealias ExampleEntity = Entity -public typealias ToOne = ToOneRelationship +public typealias ToOne = ToOneRelationship public typealias ToMany = ToManyRelationship // MARK: - A few resource objects (entities)