Fixed a labelling error.

This commit is contained in:
Pietro Gagliardi 2016-05-08 14:03:59 -04:00
parent 32ef7c3fd3
commit d110a836ba
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ struct uiBox {
NSLayoutRelationEqual,
self, self->secondaryEnd,
1, 0,
@"uiBox start secondary constraint");
@"uiBox end secondary constraint");
[self addConstraint:c];
[self->otherConstraints addObject:c];
}