Skip to content

Commit f11a57d

Browse files
Apply suggestions from code review
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent dfddf09 commit f11a57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/protocols/bdx/BdxTransferSession.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ class DLL_EXPORT TransferSession
169169
* @brief
170170
* Gets the pending output event from the transfer session in the event param passed in by the caller.
171171
* The output event may contain some data for the caller to act upon. If there is no pending output event,
172-
* the caller will get an event of type - OutputEventType::kNone.
172+
* the caller will get an event of type OutputEventType::kNone.
173173
*
174174
* It is possible that consecutive calls to this method may emit different outputs depending on the state of the
175-
* TransferSession object and the caller needs to call this until we get an event of type - OutputEventType::kNone
175+
* TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type OutputEventType::kNone.
176176
*
177177
* If the output event type is kMsgToSend, the caller is expected to send the message immediately on the
178178
* relevant exchange. In this case the BDX session timeout timer will start when GetNextAction is called.

0 commit comments

Comments
 (0)