Skip to content

Commit

Permalink
Minor fixes in texts
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed May 24, 2022
1 parent 9805b5b commit cec509c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

The package provides:

- `Typecaster` that help typecast data for [Cycle ORM](https://cycle-orm.dev/);
- `Typecaster` that help typecast data in [Cycle ORM](https://cycle-orm.dev/);
- `TypeInterface` that must be implemented by classes used in `Typecaster`;
- Abstract `TypecastHandler` that used `Typecaster` for typecast data;
- classes for `DateTimeImmutable`, `UUID` and `Array` types.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "vjik/cycle-typecast",
"type": "library",
"description": "Helper of typecast data when mapping in Cycle ORM",
"description": "Helper of typecast data in Cycle ORM",
"keywords": [
"cycle",
"typecast",
"datamapper"
],
"license": "BSD-3-Clause",
Expand Down

0 comments on commit cec509c

Please sign in to comment.