Skip to content

Commit b31f0d4

Browse files
authored
doxygen: fix return type for array concatenate() (#1264)
1 parent b988c30 commit b31f0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ inline concatenate_doc concatenate(document::view_or_value doc) {
110110
///
111111
/// @param array The array to concatenate.
112112
///
113-
/// @return concatenate_doc A concatenating struct.
113+
/// @return concatenate_array A concatenating struct.
114114
///
115115
/// @see
116116
/// - @ref bsoncxx::v_noabi::builder::concatenate_array

0 commit comments

Comments
 (0)