chore: typo in comment under Session struct (#1661)

Co-authored-by: sa-dd <asaad5436@gmail>
This commit is contained in:
missing person
2025-09-21 15:04:50 +05:00
committed by GitHub
parent 30fe1930ba
commit b2bf06886f

View File

@@ -72,7 +72,7 @@ type Session struct {
// Exposed but should not be modified by User.
// Whether the Data Websocket is ready
DataReady bool // NOTE: Maye be deprecated soon
DataReady bool // NOTE: Maybe deprecated soon
// Max number of REST API retries
MaxRestRetries int