Skip to content

Commit 67a573c

Browse files
committed
Fix ordered list
1 parent 0787e18 commit 67a573c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This specification does not deal with how to create, succeed or fail `Awaitable`
1818

1919
## Terminology
2020

21-
- 1. _Awaitable_ is an object implementing `Interop\Async\Awaitable` and conforming to this specification.
22-
- 1. _Value_ is any legal PHP value (including `null`), except an instance of `Interop\Async\Awaitable`.
23-
- 1. _Error_ is any value that can be thrown using the `throw` statement.
24-
- 1. _Reason_ is an error indicating why an `Awaitable` has failed.
21+
1. _Awaitable_ is an object implementing `Interop\Async\Awaitable` and conforming to this specification.
22+
1. _Value_ is any legal PHP value (including `null`), except an instance of `Interop\Async\Awaitable`.
23+
1. _Error_ is any value that can be thrown using the `throw` statement.
24+
1. _Reason_ is an error indicating why an `Awaitable` has failed.
2525

2626
## States
2727

0 commit comments

Comments
 (0)