Skip to content

Commit 54a4fb4

Browse files
authored
Fix typo in subscription comment
1 parent 2fdb18f commit 54a4fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyperliquid/utils/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
ActiveAssetDataSubscription = TypedDict(
5454
"ActiveAssetDataSubscription", {"type": Literal["activeAssetData"], "user": str, "coin": str}
5555
)
56-
# If adding new subscription types that contain coin's don't forget to handle automatically rewrite name to coin in info.subscribe
56+
# If adding new subscription types that contain coins, don't forget to automatically rewrite name to coin in info.subscribe
5757
Subscription = Union[
5858
AllMidsSubscription,
5959
BboSubscription,

0 commit comments

Comments
 (0)