Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 07066ea

Browse files
committed
Merge pull request #5 from Mantle/flip-transformer-docs
Update entity transformer direction in docs
2 parents 16c0ecb + 40c9b59 commit 07066ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MTLManagedObjectAdapter/MTLManagedObjectAdapter.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ FOUNDATION_EXPORT const unsigned char MTLManagedObjectAdapterVersionString[];
7777
// of them will be set with our MTLModel's values.
7878
+ (NSSet *)propertyKeysForManagedObjectUniquing;
7979

80-
// Specifies how to convert the given property key to a managed object
81-
// attribute. If reversible, the transformer will also be used to convert the
82-
// managed object attribute back to the property.
80+
// Specifies how to convert a managed object attribute into the given property
81+
// key. If reversible, the transformer will also be used to convert the property
82+
// back into a managed object attribute.
8383
//
8484
// If the receiver implements a `+<key>EntityAttributeTransformer` method,
8585
// MTLManagedObjectAdapter will use the result of that method instead.

0 commit comments

Comments
 (0)