Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Jan 27, 2014
1 parent 9954cd0 commit 45309b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Definition/TyphoonDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ typedef void(^TyphoonDefinitionBlock)(TyphoonDefinition* definition);
@property(nonatomic, strong) NSString* key;

/**
* Describes the initializer - selector name and arguments that will be used to instantiate this component.
* Describes the initializer, ie the selector and arguments that will be used to instantiate this component.
*
* @note An initializer can be an instance method, a class method, or even a reference to another component's method (see factory property).
* An initializer can be an instance method, a class method, or even a reference to another component's method (see factory property).
*
* @see factory
*/
Expand Down

0 comments on commit 45309b0

Please sign in to comment.