Skip to content

Commit

Permalink
Data\Result: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Apr 7, 2017
1 parent 8352d05 commit 6c080c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ $pi = $pi->then(function($value_of_pi) use ($f) {
return $f->ok(3.1415927);
});

// $pi is ok("3.1415927") now. If one had used map instead of then, $pii
// would have been ok(ok(3.1415927).
// $pi is ok("3.1415927") now. If one had used map instead of then, $pi
// would have been ok(ok(3.1415927).

// One could also inject an error with then, this is not possible with map.
$pi = $pi->then(function($_) use ($f) {
Expand Down

0 comments on commit 6c080c4

Please sign in to comment.