Review fixes.

This commit is contained in:
Maxim Pimenov 2017-12-01 15:32:37 +03:00 committed by Vladimir Byko-Ianko
parent 339f7324bf
commit e862a28c51

View file

@ -2,7 +2,7 @@
namespace base
{
// This class is used to control the flow of ForEach invocations.
// This enum is used to control the flow of ForEach invocations.
enum class ControlFlow
{
Break,