Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oj committed Jul 18, 2017
1 parent 524049b commit aee9ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -394,7 +394,7 @@ var task = Fawn.Task();

### <a name="roller_roll"></a>Roller.roll(): Roll back all incomplete transcations

Returns all the documents affected by incomplete transactions to their original state. Should only be used when no tasks are in progress, usually on server startup.
In case of a server crash or any other fatal error, use the roller to return all the documents affected by incomplete transactions to their original state. Should only be used when no tasks are in progress, usually on server startup.

```javascript
var roller = Fawn.Roller();
Expand Down

0 comments on commit aee9ab7

Please sign in to comment.