Ver Fonte

Fixed comment

Daniel Hammond há 11 anos atrás
pai
commit
798d48bb27
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Masonry/NSArray+MASAdditions.h

+ 1 - 1
Masonry/NSArray+MASAdditions.h

@@ -27,7 +27,7 @@
  *  Any constraints defined are added to each view or the appropriate superview once the block has finished executing on each view.
  *  If an existing constraint exists then it will be updated instead.
  *
- *  @param block scope within which you can build up the constraints which you wish to apply to the view.
+ *  @param block scope within which you can build up the constraints which you wish to apply to each view.
  *
  *  @return Array of created/updated MASConstraints
  */