Skip to content

Commit f111770

Browse files
authored
Docs: Fix minor docstring typos (#783)
Signed-off-by: Christopher Beard <[email protected]>
1 parent a85a136 commit f111770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/groups/bmq/bmqa/bmqa_session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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())

src/groups/bmq/bmqt/bmqt_sessionoptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

0 commit comments

Comments
 (0)