Skip to content

Commit 1135c66

Browse files
committed
Fix comment
1 parent 164f526 commit 1135c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PureLayout/PureLayout/ALView+PureLayout.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ __PL_ASSUME_NONNULL_BEGIN
164164
#pragma mark Set Content Compression Resistance & Hugging
165165

166166
/** Sets the priority of content compression resistance for an axis.
167-
NOTE: This method must be called from within the block passed into the method +[UIView autoSetPriority:forConstraints:] */
167+
NOTE: This method must be called from within the block passed into the method +[NSLayoutConstraint autoSetPriority:forConstraints:] */
168168
- (void)autoSetContentCompressionResistancePriorityForAxis:(ALAxis)axis;
169169

170170
/** Sets the priority of content hugging for an axis.
171-
NOTE: This method must be called from within the block passed into the method +[UIView autoSetPriority:forConstraints:] */
171+
NOTE: This method must be called from within the block passed into the method +[NSLayoutConstraint autoSetPriority:forConstraints:] */
172172
- (void)autoSetContentHuggingPriorityForAxis:(ALAxis)axis;
173173

174174

0 commit comments

Comments
 (0)