]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix typo in the release notes of v0.0.22 (#1195)
authorEvgeniy Lupashin <34810566+PipeKnight@users.noreply.github.com>
Fri, 8 Nov 2024 09:27:23 +0000 (11:27 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 09:27:23 +0000 (10:27 +0100)
Fix typo in release-notes.md

docs/release-notes.md

index 581e7cc97a78c44a80c3e1c769445356b5ac3ae2..7c59a514a402fa40421dae52596f702ac7a1b425 100644 (file)
@@ -36,7 +36,7 @@
 
 ### Fixes
 
-* 🐛 Fix support for types with `Optional[Annoated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo).
+* 🐛 Fix support for types with `Optional[Annotated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo).
 
 ### Docs