Core/Bitset: Fix doc

This commit is contained in:
SirLynix 2022-04-09 18:21:16 +02:00
parent ca9854d06a
commit 2b66ea1e90
1 changed files with 1 additions and 2 deletions

View File

@ -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> template<typename Block, class Allocator>
void Bitset<Block, Allocator>::Reset() void Bitset<Block, Allocator>::Reset()
{ {