Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 committed Mar 4, 2014
1 parent 283402c commit fbece71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveCocoaFramework/ReactiveCocoa/RACCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extern NSString * const RACUnderlyingCommandErrorKey;
/// The default value for this property is NO.
@property (atomic, assign) BOOL allowsConcurrentExecution;

/// Invokes -initWithSignalBlock:enabled: with a nil `enabledSignal`.
/// Invokes -initWithEnabled:signalBlock: with a nil `enabledSignal`.
- (id)initWithSignalBlock:(RACSignal * (^)(id input))signalBlock;

/// Initializes a command that is conditionally enabled.
Expand Down

0 comments on commit fbece71

Please sign in to comment.