From e862a28c518fd0fc1f0481c18cf82d8a9b9f6f22 Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Fri, 1 Dec 2017 15:32:37 +0300 Subject: [PATCH] Review fixes. --- base/control_flow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/control_flow.hpp b/base/control_flow.hpp index c3877b02cc..38b5358478 100644 --- a/base/control_flow.hpp +++ b/base/control_flow.hpp @@ -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,