Skip to content

Commit

Permalink
Fix list item spacing for Promise States section.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Aug 3, 2013
1 parent 1a4cb7d commit 15410d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ Finally, the core Promises/A+ specification does not deal with how to create, fu
A promise must be in one of three states: pending, fulfilled, or rejected.

1. When pending, a promise:

1. may transition to either the fulfilled or rejected state.

1. When fulfilled, a promise:

1. must not transition to any other state.
1. must have a value, which must not change.

1. When rejected, a promise:

1. must not transition to any other state.
1. must have a reason, which must not change.

Expand Down

0 comments on commit 15410d4

Please sign in to comment.