Skip to content

Commit 8b0e82c

Browse files
fix: correct cold status description (#309)
* fix: correct cold status description * shub feedback
1 parent f187042 commit 8b0e82c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/concepts/lockup/05-statuses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ A Lockup stream can have one of five distinct statuses:
2020

2121
A stream status can have one out of two "temperatures":
2222

23-
| Temperature | Statuses | Description |
24-
| :---------- | :-------------------------- | :--------------------------------------------------------------------------------------------- |
25-
| Warm | Pending, Streaming | The passage of time alone <ins>can</ins> change the status. |
26-
| Cold | Settled, Canceled, Depleted | The passage of time alone <ins>cannot</ins> change the status. Only a user action can do this. |
23+
| Temperature | Statuses | Description |
24+
| :---------- | :-------------------------- | :-------------------------------------------------------------- |
25+
| Warm | Pending, Streaming | The passage of time alone <ins>can</ins> change the status. |
26+
| Cold | Settled, Canceled, Depleted | The passage of time <ins>won’t</ins> affect the status anymore. |
2727

2828
## State transitions
2929

0 commit comments

Comments
 (0)