Skip to content

Commit 68477ae

Browse files
Doy-leeBilb
andauthored
Update include/session/session_protocol.hpp
Co-authored-by: Audric Ackermann <audric.bilb@gmail.com>
1 parent 64af6a1 commit 68477ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/session/session_protocol.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ ProFeaturesForMsg pro_features_for_utf8(const char* utf, size_t utf_size);
370370
/// When false, all fields except for `error` should be ignored from the result object.
371371
/// - `error` -- If `success` is false, this is populated with an error code describing the error,
372372
/// otherwise it's empty. This string is read-only and should not be modified.
373-
/// - `features` -- Feature flags suitable for writing directly into the protobuf
373+
/// - `bitset` -- Feature flags suitable for writing directly into the protobuf
374374
/// `ProMessage.messageFeatures`
375375
/// - `codepoint_count` -- Counts the number of unicode codepoints that were in the message.
376376
ProFeaturesForMsg pro_features_for_utf16(const char16_t* utf, size_t utf_size);

0 commit comments

Comments
 (0)