Skip to content

Commit 85d667c

Browse files
committed
Update Readme.md
1 parent d734b32 commit 85d667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An action is a way to say "hey, later I'll need you to subscribe to this thing."
99

1010
Actions accept a `workFactory`: a closure that takes some input and produces an observable. When `execute()` is called, it passes its parameter to this closure and subscribes to the work.
1111

12-
- Can only be executed while "enabled" (`true` by default).
12+
- Can only be executed while "enabled" (`true` if unspecified).
1313
- Only execute one thing at a time.
1414
- Aggregates next/error events across individual executions.
1515

0 commit comments

Comments
 (0)