Skip to content

Commit 0171b18

Browse files
docs: fix code comment typo (#53)
1 parent a35fe95 commit 0171b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/orb/_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def construct(
149149
if not PYDANTIC_V2:
150150
# we define aliases for some of the new pydantic v2 methods so
151151
# that we can just document these methods without having to specify
152-
# a specifc pydantic version as some users may not know which
152+
# a specific pydantic version as some users may not know which
153153
# pydantic version they are currently using
154154

155155
@override

0 commit comments

Comments
 (0)