Skip to content

Commit 0f582f0

Browse files
emelialei88pniedzielski
authored andcommitted
Fix[doc]: fix document bmqa example type
Signed-off-by: wlei29 <[email protected]>
1 parent 7606a27 commit 0f582f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/groups/bmq/bmqa/bmqa_messageeventbuilder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
/// // Session start up logic omitted for brevity.
8686
///
8787
/// // Obtain a valid instance of message properties.
88-
/// bmqt::MessageProperties properties;
88+
/// bmqa::MessageProperties properties;
8989
/// session.loadMessageProperties(&properties);
9090
///
9191
/// // Set common properties that will be applicable to all messages sent by
@@ -160,7 +160,7 @@
160160
/// // Session start up logic omitted for brevity.
161161
///
162162
/// // Obtain a valid instance of message properties.
163-
/// bmqt::MessageProperties properties;
163+
/// bmqa::MessageProperties properties;
164164
/// session.loadMessageProperties(&properties);
165165
///
166166
/// // Set common properties that will be applicable to all messages sent by

0 commit comments

Comments
 (0)