Skip to content

Commit e3e3e3d

Browse files
authored
Merge pull request #141 from zkrige/patch-1
Update DPLSerializable.h
2 parents 1f04de6 + d2b9459 commit e3e3e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeepLinkKit/Protocols/DPLSerializable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
/**
1414
Initializes an object with the provided dictionary representation.
15-
@param An NSDictionary representation of the object to be created.
15+
@param dictionary - a NSDictionary representation of the object to be created.
1616
*/
1717
- (instancetype)initWithDictionary:(NSDictionary *)dictionary;
1818

1919

2020
/**
2121
Updates the receiver with the provided dictionary representation.
22-
@param An NSDictionary representation of the object.
22+
@param dictionary - a NSDictionary representation of the object.
2323
*/
2424
- (void)updateWithRepresentation:(NSDictionary *)dictionary;
2525

0 commit comments

Comments
 (0)