Remove a spurious comma in a documentation comment

This commit is contained in:
ivanpanch
2025-08-22 09:42:28 +02:00
committed by Gennaro Prota
parent 122c4b986d
commit fd5e2fae75

View File

@@ -1041,7 +1041,7 @@ public:
//!
//! \return
//! `true` if this bitset and `b` intersect. That is, it returns
//! `true` if, there is a bit which is set in this bitset, such
//! `true` if there is a bit which is set in this bitset, such
//! that the corresponding bit in bitset `b` is also set.
//! Otherwise this function returns `false`.
// -----------------------------------------------------------------------