Skip to content

Commit

Permalink
Link to Type Adapter documentation in migration guide (#9347)
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Apr 30, 2024
1 parent 44815be commit 6282204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.md
Expand Up @@ -691,7 +691,7 @@ adapter: TypeAdapter[str | int] = TypeAdapter(str | int)
...
```

[TODO: Add link to TypeAdapter documentation. For now, you can find example usage in `tests/test_type_adapter.py`.]
See [Type Adapter](concepts/type_adapter.md) for more information.

### Defining custom types

Expand Down

0 comments on commit 6282204

Please sign in to comment.