Core/Bitset: Fix doc
This commit is contained in:
parent
ca9854d06a
commit
2b66ea1e90
|
|
@ -572,9 +572,8 @@ namespace Nz
|
|||
}
|
||||
|
||||
/*!
|
||||
* \brief Resets the bitset to zero bits
|
||||
* \brief Reset all bits value to zero
|
||||
*/
|
||||
|
||||
template<typename Block, class Allocator>
|
||||
void Bitset<Block, Allocator>::Reset()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue