소스 검색

Merge pull request #406 from sapzildj/master

Fix typo.
Robert Payne 8 년 전
부모
커밋
44a04f4281
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      Masonry/MASConstraintMaker.h
  2. 1 1
      Masonry/MASConstraintMaker.m
  3. 1 1
      Masonry/MASViewAttribute.h
  4. 1 1
      Masonry/MASViewAttribute.m
  5. 1 1
      Masonry/MASViewConstraint.h
  6. 1 1
      Masonry/MASViewConstraint.m

+ 1 - 1
Masonry/MASConstraintMaker.h

@@ -1,5 +1,5 @@
 //
-//  MASConstraintBuilder.h
+//  MASConstraintMaker.h
 //  Masonry
 //
 //  Created by Jonas Budelmann on 20/07/13.

+ 1 - 1
Masonry/MASConstraintMaker.m

@@ -1,5 +1,5 @@
 //
-//  MASConstraintBuilder.m
+//  MASConstraintMaker.m
 //  Masonry
 //
 //  Created by Jonas Budelmann on 20/07/13.

+ 1 - 1
Masonry/MASViewAttribute.h

@@ -1,5 +1,5 @@
 //
-//  MASAttribute.h
+//  MASViewAttribute.h
 //  Masonry
 //
 //  Created by Jonas Budelmann on 21/07/13.

+ 1 - 1
Masonry/MASViewAttribute.m

@@ -1,5 +1,5 @@
 //
-//  MASAttribute.m
+//  MASViewAttribute.m
 //  Masonry
 //
 //  Created by Jonas Budelmann on 21/07/13.

+ 1 - 1
Masonry/MASViewConstraint.h

@@ -1,5 +1,5 @@
 //
-//  MASConstraint.h
+//  MASViewConstraint.h
 //  Masonry
 //
 //  Created by Jonas Budelmann on 20/07/13.

+ 1 - 1
Masonry/MASViewConstraint.m

@@ -1,5 +1,5 @@
 //
-//  MASConstraint.m
+//  MASViewConstraint.m
 //  Masonry
 //
 //  Created by Jonas Budelmann on 20/07/13.