Skip to content

Commit

Permalink
Merge pull request ReactiveCocoa#1156 from numen31337/master
Browse files Browse the repository at this point in the history
minor correction
  • Loading branch information
Coneko committed Mar 4, 2014
2 parents fd7a8ee + fbece71 commit 0a48ad0
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 0a48ad0

Please sign in to comment.