Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
radmen committed Mar 28, 2019
1 parent 515380e commit 3165095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Baethon\Phln\Phln as P;

$fooBars = P::cond([
[P::equals(5), P::always('foo')],
[P::T, P::always('bar')],
[P::T(), P::always('bar')],
]);
```

Expand Down

0 comments on commit 3165095

Please sign in to comment.