Review fixes.

This commit is contained in:
Yuri Gorshenin 2017-02-09 13:09:05 +03:00
parent 41c18b845c
commit fa02e26e43

View file

@ -11,7 +11,7 @@
namespace base
{
// A set of values less than |UpperBound|.
// A set of nonnegative integers less than |UpperBound|.
//
// Requires UpperBound + O(1) bits of memory. All operations except
// Clear() and iteration are O(1). Clear() and iteration require