Skip to content

Commit

Permalink
Fix typo in README (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Jul 4, 2024
1 parent 1e12337 commit deb6b3e
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 @@ -211,7 +211,7 @@ type = "datetime.datetime"

### Example with fully custom type

In this example scalar is represented as class `TypeB`. Pydantic can\`t handle serialization and deserialization so custom `parse` and `serialize` is necessary. To provide `type`, `parse` and `serialize` implementation we can use `files_to_include` to copy `type_b.py` file.
In this example scalar is represented as class `TypeB`. Pydantic can't handle serialization and deserialization so custom `parse` and `serialize` is necessary. To provide `type`, `parse` and `serialize` implementation we can use `files_to_include` to copy `type_b.py` file.

```toml
[tool.ariadne-codegen]
Expand Down

0 comments on commit deb6b3e

Please sign in to comment.