Skip to content

Commit d2b9459

Browse files
authored
Update DPLSerializable.h
Fix static analysis warnings for incorrect documentation
1 parent 1f04de6 commit d2b9459

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)