Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit e1e5eb6

Browse files
Hannah TroisiAdlai Holler
authored andcommitted
improve deprecation message (#2524)
1 parent aac52d7 commit e1e5eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASCollectionNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ NS_ASSUME_NONNULL_BEGIN
419419
* @deprecated This method is deprecated in 2.0. Use @c reloadDataWithCompletion: and
420420
* then @c waitUntilAllUpdatesAreCommitted instead.
421421
*/
422-
- (void)reloadDataImmediately ASDISPLAYNODE_DEPRECATED_MSG("Use -reloadDataWithCompletion: followed by -waitUntilAllUpdatesAreCommitted instead.");
422+
- (void)reloadDataImmediately ASDISPLAYNODE_DEPRECATED_MSG("Use -reloadData / -reloadDataWithCompletion: followed by -waitUntilAllUpdatesAreCommitted instead.");
423423

424424
@end
425425

0 commit comments

Comments
 (0)