From f107db57159be79198e68be100ec6d05f5aba1e4 Mon Sep 17 00:00:00 2001 From: Tedros Tesfu Date: Wed, 7 Jun 2023 17:02:08 -0400 Subject: [PATCH] Update FeatureGate.scala --- .../product_mixer/component_library/gate/FeatureGate.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala b/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala index 8530e4b7b..20d60bc92 100644 --- a/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala +++ b/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala @@ -54,7 +54,7 @@ object FeatureGate { } /** - * A [[Gate]] that is actuated based upon the value of the provided feature + * A [[Gate]] that is actuated based upon the value of the provided feature */ case class FeatureGate[Value]( gateIdentifier: GateIdentifier,