Browse Source

Merge pull request #411 from iDalink/master

repair annotation mistake
Robert Payne 8 years ago
parent
commit
14f40f780b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Masonry/MASConstraintMaker.h

+ 1 - 1
Masonry/MASConstraintMaker.h

@@ -128,7 +128,7 @@ typedef NS_OPTIONS(NSInteger, MASAttribute) {
 /**
  *	initialises the maker with a default view
  *
- *	@param	view	any MASConstrait are created with this view as the first item
+ *	@param	view	any MASConstraint are created with this view as the first item
  *
  *	@return	a new MASConstraintMaker
  */