File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ class Session : public AbstractSession {
762762 // / of the operation is communicated with a session event. If the
763763 // / optionally specified `timeout` is not populated, use the one defined
764764 // / in the session options. Return 0 on success (this doesn't imply the
765- // / session is connected !), or a non-zero value corresponding to the
765+ // / session is connected!), or a non-zero value corresponding to the
766766 // / `bmqt::GenericResult::Enum` enum values otherwise. The behavior is
767767 // / undefined if this method is called on an already started `Session`.
768768 int startAsync (const bsls::TimeInterval& timeout = bsls::TimeInterval())
Original file line number Diff line number Diff line change 4343// / * a DNS entry. In this case, the client will resolve the list of
4444// / addresses from that entry, and try to connect to one of them. When
4545// / the connection with the host goes down, it will automatically
46- // / immediately failover and reconnects to another entry from the
46+ // / immediately failover and reconnect to another entry from the
4747// / address list.
4848// /
4949// / If the environment variable `BMQ_BROKER_URI` is set, then instances of
You can’t perform that action at this time.
0 commit comments