Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 26, 2015
1 parent c130021 commit 6f4a312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ db.tx(function (t) {
});
```

An inline version gets simpler, because the factory doesn't need to declare parameter `t`,
as it is available from the container:
An inline version gets simpler, because the factory function doesn't need to declare
parameter `t`, as it is available from the container:

```javascript
db.tx(function (t) {
Expand Down

0 comments on commit 6f4a312

Please sign in to comment.