Fix typo.
This commit is contained in:
parent
a86f25b3b4
commit
1ca950867a
|
@ -621,7 +621,7 @@ mixin(tracer);
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
If the read readiness can be determined immediately, it will be
|
If the read readiness can be determined immediately, it will be
|
||||||
returned as WaitForDataAsyncStatus.sataAvailable` or
|
returned as `WaitForDataAsyncStatus.dataAvailable` or
|
||||||
`WaitForDataAsyncStatus.noModeData` and the callback will not be
|
`WaitForDataAsyncStatus.noModeData` and the callback will not be
|
||||||
invoked. Otherwise `WaitForDataAsyncStatus.waiting` is returned
|
invoked. Otherwise `WaitForDataAsyncStatus.waiting` is returned
|
||||||
and the callback will be invoked once the status can be
|
and the callback will be invoked once the status can be
|
||||||
|
|
Loading…
Reference in a new issue