mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Remove a spurious comma in a documentation comment
This commit is contained in:
@@ -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`.
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user