Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jul 17, 2023
1 parent 5d7b1a4 commit f452bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class UserWithAddress(UserDetails):
address: str

class UserWithFriends(UserDetails):
best_friend: UserDetail
best_friend: UserDetails
friends: List[UserDetails]
```

Expand Down

0 comments on commit f452bc5

Please sign in to comment.